Skip to content

CrossSim 3.1

Compare
Choose a tag to compare
@bfeinberg bfeinberg released this 24 Jan 19:04
· 3 commits to main since this release
601222e

Major Changes in CrossSim 3.1:

  • New native Torch and Keras Interfaces for direct conversion of existing networks to use CrossSim for inference and training (Torch only) within existing Torch/Keras flows. See Torch and Keras directories for more details.
  • New RRAM Model (RRAM_Wan)
  • Assorted bugfixes

Deprecation Notice:

  • The previous CrossSim neural network interface (using the DNN class) is deprecated and will be removed in version 3.2. The new Torch and Keras interfaces provide all of the functionality of the previous interface.