-
Notifications
You must be signed in to change notification settings - Fork 2
Description
when i train the model i got the follow error:
Traceback (most recent call last):
File "train_net_mem.py", line 77, in
launch(
File "/home/zhengguida/miniconda3/envs/MILA/lib/python3.8/site-packages/detectron2/engine/launch.py", line 82, in launch
main_func(*args)
File "train_net_mem.py", line 70, in main
return trainer.train()
File "/home/zhengguida/MILA/memory/engine/trainer_mem.py", line 205, in train
self.train_loop(self.start_iter, self.max_iter)
File "/home/zhengguida/MILA/memory/engine/trainer_mem.py", line 224, in train_loop
self.run_step_full_semisup()
File "/home/zhengguida/MILA/memory/engine/trainer_mem.py", line 385, in run_step_full_semisup
file = open("memory_feat_comic.pkl",'rb')
FileNotFoundError: [Errno 2] No such file or directory: 'memory_feat_comic.pkl'
how to get the memory_feat_comic.pkl file?