Unnecessary parameter() calls in dynet examples
dbc148 opened this issue · 0 comments
dbc148 commented
In pretty much all of the dynet examples, there are unnecessary parameter(parameter_name) calls to convert parameters to expressions. This is no longer necessary, as the newest version of python dynet automatically does the conversion.
Model() should also be renamed to Parameter collection.