Skip to content

0.14.0

Latest
Compare
Choose a tag to compare
@blondered blondered released this 16 May 11:11
ea266cd

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