Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To v0.4.9 #501

Merged
merged 55 commits into from
Mar 6, 2024
Merged

To v0.4.9 #501

merged 55 commits into from
Mar 6, 2024

Conversation

pgleeson
Copy link
Member

@pgleeson pgleeson commented Mar 5, 2024

No description provided.

Monsurat-Onabajo and others added 30 commits January 13, 2023 10:34
Looks like torch script compile was generating an
OnnxPad operation with None passed to constant_value
argument. This was causing a crash in the execution
engine. This was uncovered after fixing a bug of
handling prim::Constant Op correctly.
Little hack to pin ONNX ir_version to 8 if onnxruntime version
is less than 1.15. This should get fixed soon with update of
onnx package. See microsoft/onnxruntime#15874
Seems like ONNX has switched to using / characters in
node names. This was causing issues with expression parsing
because output port ids are used in expressions.
Keras model serialized in examples/TensorFlow/Keras/kr_N_model.h5 is failing to load on new TF version. Getting:

TypeError: weight_decay is not a valid argument, kwargs should be empty  for `optimizer_experimental.Optimizer`.
Keras model serialized in examples/TensorFlow/Keras/kr_N_model.h5 is failing to load. Getting:

TypeError: weight_decay is not a valid argument, kwargs should be empty  for `optimizer_experimental.Optimizer`.

Can't reproduce locally, trying this suggested fix:

https://stackoverflow.com/questions/74667876/typeerror-weight-decay-is-not-a-valid-argument-kwargs-should-be-empty-for-opt
Re-enable full testing of package on 3.10
Looks like scikit-learn wheels aren't available for 3.11.
Getting compilation errors.
* nml_examples:
  Use latest nml libraries; Regenerated multiple nml files
  Adding generated mdf files and images for pynn based examples
  Specify py version for actions/setup-python@v4
  One more gha action version update
  Update versions github actions
  Latests tests
  More tests
  More tests on pynn examples
  Improved handling of spike transfers
  Updates to test pynn hh
  Formatted
  Initial tests NeuroMLlite->PyNN->MDF
  type info in input ports in generated graphs
  Fix issue with onnx trying to add int to float
  Regenerated with latest nml libraries
  Test latest modelspec
To v0.4.9; Add support for torch>=2, torchvision>=0.15.2, onnx>=1.14
Regenerated neuroml examples
Use graph_scheduler<1.2.0,>=1.1.1
@pgleeson pgleeson merged commit ca4843a into main Mar 6, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants