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

fix failing conversion notebooks #626

Open
cwmeijer opened this issue Jul 20, 2023 · 2 comments · Fixed by #624
Open

fix failing conversion notebooks #626

cwmeijer opened this issue Jul 20, 2023 · 2 comments · Fixed by #624

Comments

@cwmeijer
Copy link
Member

Notebooks .\tutorials\conversion_onnx\tensorflow2onnx.ipynb and .\tutorials\conversion_onnx\keras2onnx.ipynb fail on the main branch. See https://github.com/dianna-ai/dianna/actions/runs/5609040265/jobs/10262215736. They pass just fine on my machine. I don't know what is causing them to fail on the server. The problem is with finding some model file that was outputted earlier in the notebook. Maybe the file location or different working directory on the server has something to do with it.

@cwmeijer cwmeijer changed the title onnx conversion notebooks fail fix failing conversion notebooks Jul 20, 2023
@cwmeijer
Copy link
Member Author

cwmeijer commented Aug 3, 2023

accidentally closed.

@cwmeijer cwmeijer reopened this Aug 3, 2023
@cwmeijer
Copy link
Member Author

cwmeijer commented Aug 3, 2023

The problem is that on the server, it cannot find some onnx model files that are generated within earlier cells of the notebooks. I ran the tests locally from the dianna package root folder and from its parent folder. Both without issues. No clue what could be the issue on the server.

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 a pull request may close this issue.

1 participant