ClinicaDL 1.1.1
Changed
** Core: **
- Dependencies versions were updated in order to support Python equal or
greater than 3.8. - Security updates for some dependencies.
- Include the
--save_tensor
and--save_nifty
options into thepredict
sub-command (beforesave_tensor
was also subcommand`). - Update some paper references in the documentation.
- Add a description for the available models.
- Add the flag
--model_layers
to theclinicadl train list_models
subcommad
to visualize the model layers.
Fixed
- Fix bug when using the
clinicadl train list_models
command.