Closed nish21 closed 7 years ago
Sorry, I should have updated the readme. The minimum requirement for tensorflow is 1.0 now.
Let me check that and get back to you. Thank you
Yes, I can confirm that it works now. Thank you for your time. I'll go ahead and close this issue.
Sorry, looks like I have run into another problem. I now have
Start deep belief net finetuning...
Traceback (most recent call last):
File "run_dbn.py", line 122, in <module>
srbm.fit(trX, trY, vlX, vlY)
File "/home/nishanth/miniconda2/lib/python2.7/site-packages/yadlt-0.0.6-py2.7.egg/yadlt/core/supervised_model.py", line 56, in fit
raise Exception("Please convert the labels with one-hot encoding.")
Exception: Please convert the labels with one-hot encoding.
And my labels are numbers. They range from [1,5]. Edit:
Should I encode them as [1,0,0,0,0] [0,1,0,0,0] . . [0,0,0,0,1] ?
Figured it out.
I'm trying to train a DBN with a custom dataset. However I get the following error message
Further information I installed tensorflow 0.8.0 through conda. I'm not sure if my installation of tensorflow is incorrect. The validate your installation section in their installation documentation works. I cloned the yadlt github repo. I'm executing the following command
Not sure what's going wrong. Maybe you could help me? Thanks for your time.