0.99.26
Joao-L-S-Almeida
released this
26 Oct 16:55
·
146 commits
to main
since this release
0.99.26
- SPFile can save models kwargs arguments in pickle files.
- DeepONets now can estimate bias for the last layer.
- DeepONets can have decoders in the output.
- All the models (defined under
simulai.models
) can explicitly
disable the reference to the device being used, which is a basic step for allowing its usage together with PyTorch Lightning. - Transformers available in
simulai.models
(simulai/models/_pytorch_models/_transformer.py
). - U-Nets available in
simulai.models
(simulai/models/_pytorch_models/_unet.py
). - Bugs corrections.