Is there an udated python architecture setup for this project? I`m having lots of compatibility issues with the modules and dependencies installation for this project.
Hey! Could you provide a bit more info about the versions of Anaconda, Python and the modules you’re trying to run, as well as the problems your encountering? Everything used here is pretty common stuff for Python, so compatibility issues are a bit strange.
In any case, if you want a really quick and robust solution: I’ve recently really learned to love services like Google Colab or Kaggle Notebooks. They give you an online editor for Python hosted on their servers, with common modules installed already. Their setups should already work out of the box for this course and the amount of compute you get in the free tier should be plenty for everything we’re doing here.
I don’t get a Python 3.11.11 option in Anaconda, the closest one is 3.11.13, so I installed that one. I installed tensorboard 2.17.1
When I open the PythonInstallTest.py file I get a message ”No problems detected in the workspace.”
However I’m not able to launch TensorBoard Session, I’m getting an error:
“Failed to start a TensorBoard session due to the following error: Timed out after 60 seconds waiting for TensorBoard to launch.”
Hey! Sorry for the late reply! You can do the course without tensorboard, however that also means flying blind in training as you won’t get any graphical feedback on the model performance until you finish training and test it in Houdini. For the muscle deformer itself training is pretty fast, so this is not a huge issue. If you find you still need tensorboard i’d try launching it from the command line (see link below), instead of VS Code or trying a new Anaconda environment or running it on a service like google colab. https://docs.pytorch.org/tutorials/recipes/recipes/tensorboard_with_pytorch.html
Hi,
Is there an udated python architecture setup for this project? I`m having lots of compatibility issues with the modules and dependencies installation for this project.
Thank you.
Hey! Could you provide a bit more info about the versions of Anaconda, Python and the modules you’re trying to run, as well as the problems your encountering? Everything used here is pretty common stuff for Python, so compatibility issues are a bit strange.
In any case, if you want a really quick and robust solution: I’ve recently really learned to love services like Google Colab or Kaggle Notebooks. They give you an online editor for Python hosted on their servers, with common modules installed already. Their setups should already work out of the box for this course and the amount of compute you get in the free tier should be plenty for everything we’re doing here.
I don’t get a Python 3.11.11 option in Anaconda, the closest one is 3.11.13, so I installed that one. I installed tensorboard 2.17.1
When I open the PythonInstallTest.py file I get a message ”No problems detected in the workspace.”
However I’m not able to launch TensorBoard Session, I’m getting an error:
“Failed to start a TensorBoard session due to the following error: Timed out after 60 seconds waiting for TensorBoard to launch.”
How crucial is this step to follow the course?
Hey! Sorry for the late reply! You can do the course without tensorboard, however that also means flying blind in training as you won’t get any graphical feedback on the model performance until you finish training and test it in Houdini. For the muscle deformer itself training is pretty fast, so this is not a huge issue. If you find you still need tensorboard i’d try launching it from the command line (see link below), instead of VS Code or trying a new Anaconda environment or running it on a service like google colab.
https://docs.pytorch.org/tutorials/recipes/recipes/tensorboard_with_pytorch.html