Trung Ngo

Results 6 comments of Trung Ngo

Agree, I am waiting for this feature, too !

Hi lucasa, Sorry for my late response, I finally have time to finalize the project for the first release. You can check quick start in O.D.I.N document here: http://odin0.readthedocs.io/en/latest/index.html You...

This is my code for ExpressionMergeLayer: ``` class ExpressionMergeLayer(MergeLayer): """ This layer performs an custom expressions on list of inputs to merge them. This layer is different from ElemwiseMergeLayer by...

Thanks for your remind, the fact I just start the code and haven't got a clear direction, re-implement all Lasagne layers to be compatible with both backends would be a...

I think that would be too much work. What about only create a wrapper that makes an interface for tensorflow to be similar to theano. Basically, all the code in...

Hi @bluesea0, Could I know how did you install `sisua`, it is recommended to use the stable release on `pip` now, i.e. you should run this command > pip install...