Chiyuan Zhang

Results 124 comments of Chiyuan Zhang

Can you produce a minimum CSV file that will trigger the bug? Something like 2 lines of CSV, and paste the contents here.

One potential reason that I could think of immediately is the difference between memory / resource handling in Julia and Python. Python use a ref-counter to aggressively release resources once...

@hesseltuinhof Thanks! Glad to hear that it works. Unfortunately, this is a limitation of Julia. Python has reference counting which is great for managing not only memory but also other...

I have no objection. What would the libmxnet function on NDArrays become? Are we going to define functions for all combinations of NDArrays or just define for the non-typed version?

Thanks! This looks good to me.

@ultradian Thanks a lot! I suggest one of the two options, whichever you prefer that might be easier for maintenance: - Make a PR to put your jupyter notebook to...

Short answer: Yes! The underlying symbolic API and dependency scheduler for computation is very flexible that it is not necessarily tied to a specific computation paradigm. So I think the...

In terms of rnn lstm API plan: I might be the person to work on that but I do not have a clear time line. I'm planning to look around...

No, no API built with time-index as first citizen in mind exists yet in MXNet.jl.

Yes, at the best, I could make it `AbstractLearningRateScheduler`, which is better than `Any` but still need dynamic dispatching, because we do not know at compile time what the user...