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
when i train the Virconv-L, in the beginning, the train runs well ,when it runs serval epochs,it will ocuur the error in the below:
"epochs: 76%|???????? | 38/50 [19:53:52<6:18:46, 1893.87s/it, loss=2.13, lr=0.00328]
Traceback (most recent call last):
File "messagestream.pyx", line 91, in scipy._lib.messagestream.MessageStream.close
TypeError: remove: path should be string, bytes or os.PathLike, not NoneType
Exception ignored in: 'scipy._lib.messagestream.MessageStream.dealloc'
Traceback (most recent call last):
File "messagestream.pyx", line 91, in scipy._lib.messagestream.MessageStream.close
TypeError: remove: path should be string, bytes or os.PathLike, not NoneType
traintest.sh: line 3: 91725 Segmentation fault python3 train.py --cfg_file cfgs/models/kitti/VirConv-L.yaml --extra_tag testpro
",
please tell me how to fix this problem ?
The text was updated successfully, but these errors were encountered:
when i train the Virconv-L, in the beginning, the train runs well ,when it runs serval epochs,it will ocuur the error in the below:
"epochs: 76%|???????? | 38/50 [19:53:52<6:18:46, 1893.87s/it, loss=2.13, lr=0.00328]
Traceback (most recent call last):
File "messagestream.pyx", line 91, in scipy._lib.messagestream.MessageStream.close
TypeError: remove: path should be string, bytes or os.PathLike, not NoneType
Exception ignored in: 'scipy._lib.messagestream.MessageStream.dealloc'
Traceback (most recent call last):
File "messagestream.pyx", line 91, in scipy._lib.messagestream.MessageStream.close
TypeError: remove: path should be string, bytes or os.PathLike, not NoneType
traintest.sh: line 3: 91725 Segmentation fault python3 train.py --cfg_file cfgs/models/kitti/VirConv-L.yaml --extra_tag testpro
",
please tell me how to fix this problem ?
The text was updated successfully, but these errors were encountered: