Skip to content
Snippets Groups Projects

Resolve "Saving NN with TF 2.x fails"

Merged Frank Sauerburger requested to merge 56-saving-nn-with-tf-2-x-fails into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -38,6 +38,7 @@ build:examples:
image: python:3.7
script:
- pip install -r requirements.txt
- pip install .
- cd examples
- pip install -r requirements.txt
- jupyter-nbconvert --ExecutePreprocessor.timeout=300 --execute --to html *.ipynb
Loading