What does the map_size mean in lmdb.open in prepare_data.py? If I want to change the max resolution to 128, should I change map_size = 1024 ** 4 to map_size = 128 ** 4? · Issue #110 · rosinality/style-based-gan-pytorch · GitHub
More Web Proxy on the site http://driver.im/
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
What does the map_size mean in lmdb.open in prepare_data.py? If I want to change the max resolution to 128, should I change map_size = 1024 ** 4 to map_size = 128 ** 4?
#110
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.
Thank you very much for the code. I have a question regarding database prep. I don't have enough memory (I get allocation error for map_size = 1024 ** 4 but works for map_size = 256 ** 4) and I have to reduce img size to 256. What should be changed in this case?
No description provided.
The text was updated successfully, but these errors were encountered: