MXNet.jl icon indicating copy to clipboard operation
MXNet.jl copied to clipboard

Bucketing in MXNet.jl

Open vchuravy opened this issue 9 years ago • 3 comments

I think we are missing the infrastructure necessary to implement bucketing? http://mxnet.readthedocs.io/en/latest/how_to/bucketing.html

@ranjanan This would be helpful for you.

vchuravy avatar Sep 05 '16 14:09 vchuravy

@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. I have wanted to do this, but never found a chunk of continuous time slot to work on it.

pluskid avatar Sep 05 '16 16:09 pluskid

You mean http://mxnet.readthedocs.io/en/latest/packages/python/module.html ? I can make an attempt at wrapping the underlying interface.

vchuravy avatar Sep 05 '16 17:09 vchuravy

@vchuravy Yes, exactly! You are very welcome to if you have time!

pluskid avatar Sep 05 '16 19:09 pluskid