Confused about piper_train.export_onnx #228
Unanswered
athomas404
asked this question in
Q&A
Replies: 2 comments
-
Hi @athomas404, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @athomas404 , |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One of my buddies trained a model using piper, and sent me the checkpoint files. He was working on linux and I'm on windows though, so I got WSL2 up and running, duplicated the python environment as a linux-based python venv supporting flask (which will run piper subroutines), and pip installed the piper venv. However, I've run into trouble with the export command. I get an error:
ImportError: cannot import name '_compare_version' from 'torchmetrics.utilities.imports' (/home/gus/piper/src/python/.venv/lib/python3.10/site-packages/torchmetrics/utilities/imports.py)
Is the install broken on WSL2 right now?
Beta Was this translation helpful? Give feedback.
All reactions