Ben Moran
Ben Moran
I've started a project to allow Mocha layers to be defined using Theano, via PyCall. The advantage is being able to define new types of layer on the fly by...
I've started adapting @ericjang's draw.py to the Julia wrapper, but it is incomplete and won't work yet.
Following the "equality and hashing" guide: http://capnpy.readthedocs.io/en/latest/usage.html?highlight=new_#equality-and-hashing I'd like to compare Structs containing Union fields for equality. I annotate the Struct with $Py.key("*"). But at runtime, the _key() method tries...