please check this
Solved!Posted in General by kwang nam Fri Jul 31 2015 10:33:07 GMT+0000 (Coordinated Universal Time)·1·Viewed 3,998 times
when I run your rbmminst sample I got this error
Traceback (most recent call last):
File "E:\project\python\test\test\opendeep_rbm.py", line 72, in <module>
tile_shape=closest_to_square_factors(rbm.hidden_size),
AttributeError: 'RBM' object has no attribute 'hidden_size'
Fixed on GitHub, or you could replace rbm.hidden_size with 500.
marked this as solved