lmjohns3 / theanets

Neural network toolkit for Python
http://theanets.rtfd.org
MIT License
328 stars 74 forks source link

autoencoder stop training #130

Open Duanexiao opened 8 years ago

Duanexiao commented 8 years ago

several days ago, I used the theanets,Autoencoder to extract audio features,while the training processure stoped at the 1536th iteration,and one day passed, the iteration still showed at 1536th iteration.Can you explain the reason?

lmjohns3 commented 8 years ago

Hm, I've never seen that before. Can you post a snippet of the logging output from the training run?

Duanexiao commented 8 years ago

can you tell where can i set the iteration number in autoencoder and regression model?

lmjohns3 commented 8 years ago

I'm not sure I follow -- there's not really a way to set the iteration number in these models; the iteration number is only a way of keeping track of the progress during optimization. If you can post a little bit of the logging output from training your model I might be able to explain what's happening.