We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to run your code. Could you tell me which Python packages and their respective versions are required to execute it?
The text was updated successfully, but these errors were encountered:
Did you, by any chance, figured it out? Right now I am struggling with the same problem...
Sorry, something went wrong.
Hello bro i've sovled this problem! please follow my method. this is the requirements.txt
certifi==2024.2.2 cycler==0.11.0 fonttools==4.38.0 idna==3.6 joblib==1.3.2 jsonpatch==1.33 jsonpointer==2.4 kiwisolver==1.4.5 matplotlib==3.5.3 networkx==2.6.3 opencv-python==4.9.0.80 packaging==24.0 pandas==1.3.5 pyparsing==3.1.2 python-dateutil==2.9.0.post0 pytz==2024.1 PyYAML==4.2b1 pyzmq==25.1.2 scikit-learn==1.0.2 scipy==1.7.3 setuptools six==1.16.0 threadpoolctl==3.1.0 tornado==6.2 tqdm==4.66.2 typing_extensions==4.7.1 visdom==0.1.8.3 websocket-client==1.6.1 wheel==0.42.0
and the python version is 3.7 i install my pytorch use this command
pip install torch==1.12.1+cu116 torchvision==0.13.1+cu116 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cu116
when you finish install this you still have some bug in this code follow this image to fix.
No branches or pull requests
I would like to run your code. Could you tell me which Python packages and their respective versions are required to execute it?
The text was updated successfully, but these errors were encountered: