-
- [ ] dp.Recurrent() (@daydreamt)
-
Hello,
On a previous site, I was able to display attachments to a post, on a page using:
$attachments = new Attachments( 'my_attachments' );
$search_args = array(
'instance' => 'm…
-
Hello,
I'm getting a RuntimeError like this: 'Some CudaNdarray has a nonzero stride -x on a broadcastable dimension 0' when running the GPU in FAST_MODE or linker=('cvm') mode but not in Debug mode.
…
-
I've found that using _setParameters on a fast (arac) network will somehow screw it up. Here's a simple script that ilustrates this. I create a three node network (one input, one hidden node, and on…