Ls dom def
In this merge request I am integrating several changes, also in order to solve some of the issues. The main ones are:
- More options to define the
domain
, for example by providing theinterval
or theoptions
- Default
domain
if it is not provided. It raises a Warning - Correction of problem with PyTorch lightning 2.0
- Corrections on plots where bottom/top lines where not seen correctly
- Default naming for
DataBlock
- More information when creating the
datamodule
on the normalizations and transformations applied - Correct plotting of bars when they are already one-hot encoded and the block
inputML
oroutputML
is chosen - New
DataBool
class, with domain toTrue
andFalse
- Specific methods for the VAE model to correctly load the checkpoints.