I hereby claim:
- I am saeta on github.
- I am saeta (https://keybase.io/saeta) on keybase.
- I have a public key whose fingerprint is C740 1828 61A5 B189 B3B6 5416 C726 3C1B C901 C499
To claim this, I am signing this object:
2013-11-07 13:56:02 | |
Full thread dump Java HotSpot(TM) 64-Bit Server VM (23.21-b01 mixed mode): | |
"RMI TCP Connection(2)-192.168.56.1" daemon prio=5 tid=0x00007ffa8a059000 nid=0x5e03 runnable [0x00000001945bf000] | |
java.lang.Thread.State: RUNNABLE | |
at java.net.SocketInputStream.socketRead0(Native Method) | |
at java.net.SocketInputStream.read(SocketInputStream.java:150) | |
at java.net.SocketInputStream.read(SocketInputStream.java:121) | |
at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) | |
at java.io.BufferedInputStream.read(BufferedInputStream.java:254) |
I hereby claim:
To claim this, I am signing this object:
package com.example | |
import javax.inject.Inject | |
import com.google.inject.{Injector, Stage, AbstractModule} | |
import com.netflix.governator.guice.LifecycleInjector | |
import scala.reflect.ClassTag | |
case class Foo(a: String = "") |
var w, b1, b2: Tensor<Float> | |
init(inputSize: Int, outputSize: Int) { | |
// Slightly buggy! | |
w = Tensor<Float>(zeros: [inputSize, outputSize]) | |
b1 = Tensor<Float>(zeros: [outputSize]) | |
b2 = Tensor<Float>(zeros: [outputSize]) | |
} | |
@differentiable |