Added
- Python 3.13 support (#227)
fit_partial
implementation for Transformer-based models (#273)
map_location
and model_params_update
arguments for the function load_from_checkpoint
for Transformer-based models. Use map_location
to explicitly specify the computing new device and model_params_update
to update original model parameters (e.g. remove training-specific parameters that are not needed anymore) (#281)
get_val_mask_func_kwargs
and get_trainer_func_kwargs
arguments for Transformer-based models to allow keyword arguments in custom functions used for model training. (#280)
All contributors
@chezou @spirinamayya @teodor-r