lmjohns3 / theanets

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

Hidden_l1 problem #121

Open jamona opened 8 years ago

jamona commented 8 years ago

If I don't specify a certain layer for the hidden_l1 restriction with dict() it won't apply the regularization (therefore error = loss all the time). Are there any news on this issue?

jamona commented 8 years ago

That's what climate says, after applying hidden_sparsity=0.95 to the train function: theanets.regularizers:160 regularizer: 0.95 * HiddenL1(None)