Phil Tomson
Phil Tomson
First problem was that I was using a riscv-gnu-toolchain built in 2018 (I think that was causing the linking problem for some reason). Then the problem was that I had...
Just wondering what the ETA for recurrence support might be?
It would be nice to have a Caffe file -> Mocha converter. Maybe I'll work on something like that. Should be doable, right? Or are there Caffe features that are...
Is MXNet.jl complementary to Mocha.jl or meant to replace it? On Oct 24, 2015 5:32 PM, "Chiyuan Zhang" [email protected] wrote: > @lqh20 https://github.com/lqh20 I'm recently joining a new project >...
I wonder if mxnet could be an alternate backend for Mocha.jl? It seems like that would preserve the advantages of Mocha.jl - simplicity, portability, good documentation - while also allowing...
On Sun, Oct 25, 2015 at 8:32 PM, Chiyuan Zhang [email protected] wrote: > @philtomson https://github.com/philtomson That could be one possible > option. I will wait and see if that is...
I just got around to installing MXNet.jl and playing with it some. So far it doesn't seem too much more difficult to use than Mocha, On Mon, Oct 26, 2015...
It was mentioned in an email exchange that it may be as simple as swapping the forward and backward functions of the ConvolutionLayer to make a DeconvolutionLayer. What happens with...
@pluskid Thanks for adding this. We're wondering if there might be an error in backpropagation for the deconvolution layer (ConvolutionLayer with deconv=true). We keep seeing the Square loss go very...
I found that the make file was calling the system OCaml (at /usr/bin/ocaml) instead of the Godi OCaml 3.12 which is in my path. Not sure why : OCAML_DIR=$(shell ocamlc...