Skip to content

0.99.22

Compare
Choose a tag to compare
@Joao-L-S-Almeida Joao-L-S-Almeida released this 26 May 17:12
· 347 commits to main since this release
  • Models can be restored and made non-trainable:
net.detach_parameters()
  • Loss functions history is stored in dictionaries loss_states within instances of the class simulai.optimization.Optimizer for all the cases:

  • Bug fixes.