BBQSoyaBeen

Results 5 issues of BBQSoyaBeen

Hi, do we have an example of loading a tensorflow model some where in the docs already? If not yet, can you provide one? thanks

enhancement
lucid.modelzoo

According to the readme, it supports both python 2 and 3. But using python3 to run the first example (train) in the readme cause an error about xrange/range. So the...

After running 2to3 -w on all the .py files, I got an error using python3.4 running the first example in the readme (train): [*] Building a NTM model Percent: [####################]...

``` $ python3.6 capsulenet.py --batch_size 90 --devices cpu0,cpu1,cpu2,cpu3,cpu4,cpu5,cpu6,cpu7,cpu8 --num_epoch 100 --lr .001 --num_routing 3 --decay .99 --model_prefix lr_0_0005_decay_0_99 capsulenet.py:108: DeprecationWarning: The binary mode of fromstring is deprecated, as it behaves...

I tried a couple of times. Epoch number may vary but it quickly runs into [nan nan nan ...] ``` can@r710:~/CapNet/CapsNet_Mxnet$ python3.6 CapsNet.py --train "True" Namespace(batch_size=16, epochs=1, train=True) /usr/local/lib/python3.6/site-packages/mxnet-1.0.0-py3.6.egg/mxnet/gluon/data/vision.py:118: DeprecationWarning:...