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

"it-generator" project requirements issues #3

Closed
GoelBiju opened this issue Mar 18, 2022 · 2 comments
Closed

"it-generator" project requirements issues #3

GoelBiju opened this issue Mar 18, 2022 · 2 comments

Comments

@GoelBiju
Copy link

GoelBiju commented Mar 18, 2022

@HYPJUDY I am unable to setup the requirements for the project using the "requirements.txt" on my Windows machine as it produces the following error:

image

I did find a way around this using PyTorch previous versions:

pip install torch==1.7.1+cu110 torchvision==0.8.2+cu110 torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html

There is additionally an issue with conflicting tensorboard versions. I commented out the tensorboard in the "requirements.txt" for now:

image

Also I believe the yacs and apex libraries are required, as they are also not in the requirements and produce errors when running the sample_images.py file.

@GoelBiju GoelBiju changed the title Unable to setup requirements "it-generator" project requirements issues Mar 18, 2022
@HYPJUDY
Copy link
Member

HYPJUDY commented Mar 19, 2022

Thank you for reminding! Since the code are only tested on Linux environment, you might need some modifications on Windows. Hopefully it works with your modifications.

@GoelBiju
Copy link
Author

@HYPJUDY no problem! 😃

@HYPJUDY HYPJUDY closed this as completed Mar 20, 2022
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