Chiyuan Zhang
Chiyuan Zhang
I did some test and realized that this is an issue that is seen on the latest release. @aaronc8 Maybe you can try `Pkg.checkout("MXNet")` to test if the latest version...
This error is weird. It seems to be from the Julia side instead of of libmxnet. I'm not really sure what does it mean by a `UndefRefError`. Index out of...
@facundoq Unfortunately, yes, currently the new API (based on modules) in Python has not been fully ported to Julia yet. So intermediate level API for training is still not very...
While I might be wrong, my guess is that this might be attempting to read UTF-8 encoded text from the middle. Each UTF-8 character could be encoded with multiple variable-length...
+1 for the convenience of changing a filename's extension easily. I like the interactive features of fish shell very much, but whenever I need to do ImageMagick convert on multiple...
Thanks, @krobelus . FYI for anyone else coming here, this is an example of what you can do with fish shell: ``` for f in *.pdf; echo convert -density 150...
I can prepare a pull request if needed: removing the `initialize` call in base, and fix the example code by calling `initialize` explicitly.
It seems vim defines `
@vchuravy Yes, we could add that in the current FeedForward interface. Or it would be better if we could add the whole Module API in the Python side to Julia....
@vchuravy Yes, exactly! You are very welcome to if you have time!