-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Description
Currently, we just ignore them. But we can't easily just warn about them as other lib like pylearn2 define there own flags that get know about later. Doing it at the end of the process would help, but if the user not always use the other lib, we still have the warning and having it at the end isn't great.
block solved this by (mila-iqia/blocks#712) by using a diff and if the key is missing, but close to known ones, print the warning at start up. I think this would also be good for Theano.