please check this
Solved!Posted in General by kwang nam Tue Jul 28 2015 14:10:04 GMT+0000 (Coordinated Universal Time)·2·Viewed 3,231 times
I just git latest one and I got this error please check
2015-07-28 23:08:34,829 - opendeep.optimization.optimizer - INFO - Compiling f_learn 1/1 function for model <class '__main__.DenoisingAutoencoder'>...
Traceback (most recent call last):
File "E:\project\python\test\test\opendeeptest.py", line 83, in <module>
optimizer.train()
File "E:\program\python34\python-3.4.3.amd64\lib\site-packages\opendeep\optimization\optimizer.py", line 330, in train
outputs=[train_cost] + self.train_monitors_dict.values(),
TypeError: can only concatenate list (not "dict_values") to list
Thanks for the heads up, fixed the keys&values iterator vs. list bug for python3.
marked this as solved
You mean, the bug lists I posted above ?
I just git them , but still same