lf1-io / padl

Functional deep learning
Apache License 2.0
106 stars 4 forks source link

Support for old variables #403

Closed blythed closed 2 years ago

blythed commented 2 years ago

🛰️ Feature

In aleph we had variables which could be specified at load time, and which were not saved with the model (because that didn't necessarily always make sense.

At load time we had load(path, some_variable_to_be_changed=<value>). This makes sense for many training scenarios.