You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is additionally an issue with conflicting tensorboard versions. I commented out the tensorboard in the "requirements.txt" for now:
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.
The text was updated successfully, but these errors were encountered:
GoelBiju
changed the title
Unable to setup requirements
"it-generator" project requirements issues
Mar 18, 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.
@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:
I did find a way around this using PyTorch previous versions:
There is additionally an issue with conflicting
tensorboard
versions. I commented out the tensorboard in the "requirements.txt" for now:Also I believe the
yacs
andapex
libraries are required, as they are also not in the requirements and produce errors when running thesample_images.py
file.The text was updated successfully, but these errors were encountered: