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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
I am running on windows10 and I get this error:
Traceback (most recent call last):
File "C:\Users\user\Desktop\test\RAVE-master\train_rave.py", line 99, in
dataset = SimpleDataset(
File "C:\Users\user\anaconda3\envs\RAVE\lib\site-packages\udls\simple_dataset.py", line 66, in init
self.env = SimpleLMDBDataset(out_database_location, map_size)
File "C:\Users\user\anaconda3\envs\RAVE\lib\site-packages\udls\base_dataset.py", line 12, in init
self.env = lmdb.open(out_database_location,
lmdb.Error: C:\Users\user\Desktop\test\RAVE-master\temp\10_01\rave: ��ũ ������ �����մϴ�.
I am guessing that something has to be change about map size ?
Please let me know if anyone has some idea
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions