A `Select` denoting the weights that are trainable from the start.
unfreeze: (data.table)
A `data.table` with a column `weights` (a list column of `Select`s) and a column `epoch` or `batch`. The selector indicates which parameters to unfreeze, while the `epoch` or `batch` column indicates when to do so.
Method on_begin()
Sets the starting weights
Usage
CallbackSetUnfreeze$on_begin()
Method on_epoch_begin()
Unfreezes weights if the training is at the correct epoch
Usage
CallbackSetUnfreeze$on_epoch_begin()
Method on_batch_begin()
Unfreezes weights if the training is at the correct batch
Usage
CallbackSetUnfreeze$on_batch_begin()
Method clone()
The objects of this class are cloneable with this method.