Blog
0.99.28#
February 12, 2024
- Basic Neural Implicit Flow (NIF).
- Tokenizer for DeepONets.
- Some bugs related to Wavelet activation running on GPUs were fixed.
SimulAI joins to PyTorch Escossystem#
January 25, 2024
SimulAI toolkit is now included in the important PyTorch Ecossystem.
0.99.27#
November 14, 2023
This is a modest upgrade. The modifications are basically:
- A class Tokenizer (
simulai.io.Tokenizer
) can be used for creating tokenized datasets to be used in combination with transformers networks. This class is also easily extensible. - An API based on torchview called
view_api
(onsimulai.utilities.view_api
) can be used for facilitating the visualization of neural network model during its deploying stage. See the tutorial for more information. - Minor glitches.
- New documentation based on MKDocs.