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

Ganivut.ipynb does not work [ubuntu 22.04 / python 3.10 / pytorch / cuda] #3

Open
hklchung opened this issue Jul 11, 2023 · 1 comment

Comments

@hklchung
Copy link

Can you please have a look at the error below? Tried running the notebook on Colab as is with the same demo URLs but it fails on animate cell.

The error I got is a missing file:

FileNotFoundError Traceback (most recent call last)
in <cell line: 62>()
60
61 clear_output()
---> 62 mp4 = open("./results/primitives/mymodel/synthesis/imitations/mymodel-myoutput.mp4", "rb").read()
63 data_url = "data:video/mp4;base64," + b64encode(mp4).decode()
64 HTML(f"""

FileNotFoundError: [Errno 2] No such file or directory: './results/primitives/mymodel/synthesis/imitations/mymodel-myoutput.mp4'

All cells before this ran fine. I did not run any Optional cells. Checked the directories panel and found that in the ./results/promitives/mymodel/ folder there is no synthesis/ directory, only an empty folder call /processed

@eyaler
Copy link
Owner

eyaler commented Aug 19, 2023

notebook is currently broken due to changes of ubuntu/python versions and its compatibility with the project's cuda and pytorch versions. it getting hard to keep up with google constantly changing the environment... i will try to look into this when i have more time.

@eyaler eyaler changed the title Ganivut.ipynb does not work Ganivut.ipynb does not work [python 3.10 / pytorch / cuda] Aug 19, 2023
@eyaler eyaler changed the title Ganivut.ipynb does not work [python 3.10 / pytorch / cuda] Ganivut.ipynb does not work [ubuntu 22.04 / python 3.10 / pytorch / cuda] Aug 19, 2023
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

No branches or pull requests

2 participants