-
Notifications
You must be signed in to change notification settings - Fork 4
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
Incomplete installation instructions #8
Comments
Hi, maartenvds Pytorch 1.7.0 with Python 3.7 should be compatible and work well. |
Hi lizhihao6, The installation instructions I currently use are (based on mmgen installation instructions, your mmcv-full version, mmgen version and trial and error): First pytorch
Then mmcv-full
Then the other packages
Installation completes without errors. Then I run:
which gives:
What happens here is that mmgen 0.5.0 requires mmcls 0.18.0, which in turn requires mmcv>=1.3.16, <=1.5.0. But you apparently using mmcv-full 1.3.8, so I'm not there yet. This is quite the versioning nightmare. I got around it by installing mmcls 0.17.0, which seems to work but it gives pip dependency errors. Could you, for the sake of easily reproducing your installation, do a |
Hello, have you ever run results using paired data sets? For example, MIT-Adobe FiveK dataset, the result of my running was not ideal |
I finally managed to get it working correctly with: python version 3.8
pip install torch==1.8.0 torchvision --index-url https://download.pytorch.org/whl/cu102
pip install mmcv-full==1.3.8 -f https://download.openmmlab.com/mmcv/dist/cu102/torch1.8.0/index.html
pip install mmcls mmgen==0.5.0 matplotlib==3.5.1 rawpy yapf==0.40.1
Finally, to work around a runtime dependency issue, you need to: pip install mmcls==0.17.0 This will create a pip dependency error, but you can ignore it. |
have you ever run results using paired data sets? For example, MIT-Adobe FiveK dataset, the result of my running was not ideal |
Hi,
I'm trying to install this package using the
requirements.txt
file, but it seems the be incomplete. It is at least missingtorch
andtorchvision
.I can install them manually, but I don't know what exact version works well with mmcv-full 1.3.8 and mmgen 0.5.0.
Could you please provide the used pytorch version and also the exact python version.
Thanks
The text was updated successfully, but these errors were encountered: