This repository was archived by the owner on Jan 7, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
This repository was archived by the owner on Jan 7, 2025. It is now read-only.
LMDB version error hidden in logs #242
Copy link
Copy link
Closed
Labels
Description
i created a dataset and it looks like there is some exception in the logs.. but the UI show that things are in progress and gets stuck for hours...
2015-08-28 07:58:55 [20150828-075854-7d9e] [INFO ] Parse Folder (train/val) task started.
2015-08-28 07:58:56 [20150828-075854-7d9e] [INFO ] Parse Folder (train/val) task completed.
2015-08-28 07:58:56 [20150828-075854-7d9e] [INFO ] Create DB (train) task started.
2015-08-28 07:58:56 [20150828-075854-7d9e] [INFO ] Create DB (val) task started.
2015-08-28 07:58:58 [20150828-075854-7d9e] [WARNING] Create DB (val) unrecognized output: Exception in thread Thread-11:
2015-08-28 07:58:58 [20150828-075854-7d9e] [WARNING] Create DB (val) unrecognized output: Traceback (most recent call last):
2015-08-28 07:58:58 [20150828-075854-7d9e] [WARNING] Create DB (val) unrecognized output: File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
2015-08-28 07:58:58 [20150828-075854-7d9e] [WARNING] Create DB (val) unrecognized output: self.run()
2015-08-28 07:58:58 [20150828-075854-7d9e] [WARNING] Create DB (val) unrecognized output: File "/usr/lib/python2.7/threading.py", line 763, in run
2015-08-28 07:58:58 [20150828-075854-7d9e] [WARNING] Create DB (val) unrecognized output: self.__target(_self.__args, *_self.__kwargs)
2015-08-28 07:58:58 [20150828-075854-7d9e] [WARNING] Create DB (val) unrecognized output: File "/home/zahoor/digits/tools/create_db.py", line 436, in write_thread
2015-08-28 07:58:58 [20150828-075854-7d9e] [WARNING] Create DB (val) unrecognized output: self.write_batch(batch)
2015-08-28 07:58:58 [20150828-075854-7d9e] [WARNING] Create DB (val) unrecognized output: File "/home/zahoor/digits/tools/create_db.py", line 467, in write_batch
2015-08-28 07:58:58 [20150828-075854-7d9e] [WARNING] Create DB (val) unrecognized output: self.db.set_mapsize(new_limit) # double it
2015-08-28 07:58:58 [20150828-075854-7d9e] [WARNING] Create DB (val) unrecognized output: AttributeError: 'Environment' object has no attribute 'set_mapsize'
2015-08-28 07:58:58 [20150828-075854-7d9e] [WARNING] Create DB (train) unrecognized output: Exception in thread Thread-11:
2015-08-28 07:58:58 [20150828-075854-7d9e] [WARNING] Create DB (train) unrecognized output: Traceback (most recent call last):
2015-08-28 07:58:58 [20150828-075854-7d9e] [WARNING] Create DB (train) unrecognized output: File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
2015-08-28 07:58:58 [20150828-075854-7d9e] [WARNING] Create DB (train) unrecognized output: self.run()
2015-08-28 07:58:58 [20150828-075854-7d9e] [WARNING] Create DB (train) unrecognized output: File "/usr/lib/python2.7/threading.py", line 763, in run
2015-08-28 07:58:58 [20150828-075854-7d9e] [WARNING] Create DB (train) unrecognized output: self.__target(_self.__args, *_self.__kwargs)
2015-08-28 07:58:58 [20150828-075854-7d9e] [WARNING] Create DB (train) unrecognized output: File "/home/zahoor/digits/tools/create_db.py", line 436, in write_thread
2015-08-28 07:58:58 [20150828-075854-7d9e] [WARNING] Create DB (train) unrecognized output: self.write_batch(batch)
2015-08-28 07:58:58 [20150828-075854-7d9e] [WARNING] Create DB (train) unrecognized output: File "/home/zahoor/digits/tools/create_db.py", line 467, in write_batch
2015-08-28 07:58:58 [20150828-075854-7d9e] [WARNING] Create DB (train) unrecognized output: self.db.set_mapsize(new_limit) # double it
2015-08-28 07:58:58 [20150828-075854-7d9e] [WARNING] Create DB (train) unrecognized output: AttributeError: 'Environment' object has no attribute 'set_mapsize'
Reactions are currently unavailable