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

Stuck while rendering trajectory and Error in trying evaluation task #10

Closed
Samuel-Fipps opened this issue Sep 14, 2022 · 6 comments
Closed

Comments

@Samuel-Fipps
Copy link

These issues are present in the current repo.

How to fix them:
Issue 1: Stuck while rendering trajectory:
#8
One of the modules in requirements.txt need to be a older version. I don't remember which.

Issue 2: Error in trying evaluation task:
#6
Happens when using cuda
You can either comment it out in model.util, I think you can add .cpu() to the cuda tensor like so: feat_extracted = feat_extracted.cpu()

@Samuel-Fipps
Copy link
Author

If I get time to make a clean repo and test out some fixes I'll make a pull request.

@Samuel-Fipps Samuel-Fipps closed this as not planned Won't fix, can't repro, duplicate, stale Sep 15, 2022
@Samuel-Fipps Samuel-Fipps reopened this Sep 15, 2022
@alexpashevich
Copy link
Owner

alexpashevich commented Sep 25, 2022

Hi @Samuel-Fipps ,

Thank you for reporting the issues with the code. It is possible that one of the dependencies got updated and the newest version is not compatible with the repo anymore. I would really appreciate a pull request if you have time to do it later. If you could specify more precisely which line and file causes the second problem, I will be happy to update it in the repo.

Best,
Alex

@Samuel-Fipps
Copy link
Author

Samuel-Fipps commented Oct 11, 2022 via email

@Samuel-Fipps
Copy link
Author

Okay i think the problem is:
pip install Werkzeug==2.0.3

@Samuel-Fipps
Copy link
Author

And that version of werkzeug needs Flask==2.1.1
I am positive this is the problem

@alexpashevich
Copy link
Owner

The issue is resolved in the PR#12.

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