Error running keras_fashion_mnist notebook #97
Unanswered
davidmakovoz
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Running !modelscan -p ./KerasModels/safe_model.h5 cell I'm getting this error:
No settings file detected at C:\Users\admin2\Documents\Jupyter\modelscan-main\notebooks\modelscan-settings.toml. Using defaults.
Scanning C:\Users\admin2\Documents\Jupyter\modelscan-main\notebooks\KerasModels\safe_model.h5 using modelscan.scanners.H5LambdaDetectScan model scan
--- Summary ---
Error generating report using modelscan.reports.ConsoleReport: 'charmap' codec can't encode character '\U0001f389' in position 18: character maps to
It looks like the notebook is choking on 🎉.
I tried
and
Still getting back
"No settings file detected at C:\Users\admin2\Documents\Jupyter\modelscan-main\notebooks\modelscan-settings.toml. Using defaults. \r\n\r\nScanning C:\Users\admin2\Documents\Jupyter\modelscan-main\notebooks\PyTorchModels\safe_model.pt:safe_model/data.pkl using modelscan.scanners.PickleUnsafeOpScan model scan\r\n\r\n--- Summary ---\r\n\r\nError generating report using modelscan.reports.ConsoleReport: 'charmap' codec can't encode character '\U0001f389' in position 18: character maps to \r\n"
Beta Was this translation helpful? Give feedback.
All reactions