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.
🛰️ 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.