Replies: 2 comments 2 replies
-
Hi ianberman, I did not have this exact error. But my issue with installing from requirements.txt was solved when I used python 3.9 instead of 3.10. I also needed to install an older version of torchmetrics (0.6.2), but that might be unrelated to your issue. |
Beta Was this translation helpful? Give feedback.
-
I'm curious if anyone more knowledgeable than me knows if it's possible, or economically reasonable, to use cloud solutions such as Google Colab to train models? edit: Colab and Kaggle use python 3.7 and it seems like a hassle to try to change that. looking into alternatives before I buy a Nvidia card, but believe me I don't need much of an excuse :) Curious if RAVE is dependent on functionality of 3.9 or if there's a way to use 3.7? Totally out of my depth here, just wondering. I'm sure it would make many Mac users happy. |
Beta Was this translation helpful? Give feedback.
-
Hi! Super interested in this project as I've previously played around with realtime timbre transfer using mubu knn's in max. I'm rather new to cli/python stuff though, so apologies if this is a basic question!
I'm getting an error in
train_rave.py
as follows:error: unrecognized arguments: /venv_test_train/rave
I called my
--name
"venv_test_train" because I set up a pip venv to do everything after encountering a similar error when trying to install everything fromrequirements.txt
globally. I am just using the cli-helper script and leaving all the parameters as default.I created the venv with python 3.10, otherwise everything is clean. Any chance I just need to use 3.9? Otherwise I am rather lost. (also I am on OSX Intel 10.15)
Thanks, any clues appreciated :)
Beta Was this translation helpful? Give feedback.
All reactions