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
lmdb module is missing in the Requirements section.
conda create -n py3.6 python=3.6 anaconda
conda install pytorch torchvision cuda80 -c soumith
python main.py --dataset lsun --dataroot [lsun-train-folder] --cuda
...
ModuleNotFoundError: No module named 'lmdb'
The text was updated successfully, but these errors were encountered:
It's easily solved by conda install lmdb, but the update in README is needed, I believe.
conda install lmdb
Sorry, something went wrong.
anyway, even I install lmdv module, it cannot work in my PC.
No branches or pull requests
lmdb module is missing in the Requirements section.
conda create -n py3.6 python=3.6 anaconda
conda install pytorch torchvision cuda80 -c soumith
python main.py --dataset lsun --dataroot [lsun-train-folder] --cuda
The text was updated successfully, but these errors were encountered: