Mr.CrightH
Mr.CrightH
) Traceback (most recent call last): File "tools/train_net.py", line 124, in launch( File "/home/sjk/mrch/FSCE/fsdet/engine/launch.py", line 52, in launch main_func(*args) File "tools/train_net.py", line 100, in main cfg = setup(args) File "tools/train_net.py",...
RuntimeError: CUDA error: device-side assert triggered
You can use the code below to visualize the features. ``` def plot_embedding(data, label, title,show=None): # param data:data # param label:label # param title:title of output # param show:(int) if...
Traceback (most recent call last): File "tools/train_net.py", line 124, in launch( File "/home/sjk/mrch/FSCE/fsdet/engine/launch.py", line 52, in launch main_func(*args) File "tools/train_net.py", line 100, in main cfg = setup(args) File "tools/train_net.py", line...
Would you like to share how to train with a single GPU.
Dear author, what is the difference between the small in the gen_support_pool_with_small_ .py file and the original gen_support_pool_with. py in datasets/coco/, I would love to hear from you.
proposals = self.predict_proposals( File "/home/sjk/anaconda3/envs/chpy/lib/python3.8/site-packages/torch/autograd/grad_mode.py", line 28, in decorate_context return func(*args, **kwargs) File "/home/1Tm2/CH/Meta-Faster-R-CNN/meta_faster_rcnn/modeling/fsod/fsod_rpn.py", line 523, in predict_proposals return find_top_rpn_proposals( File "/home/sjk/anaconda3/envs/chpy/lib/python3.8/site-packages/detectron2/modeling/proposal_generator/proposal_utils.py", line 103, in find_top_rpn_proposals raise FloatingPointError( FloatingPointError: Predicted...
Traceback (most recent call last): File "fsod_train_net.py", line 211, in args=(args,), File "/home/ch/anaconda3/envs/ch/lib/python3.7/site-packages/detectron2/engine/launch.py", line 82, in launch main_func(*args) File "fsod_train_net.py", line 197, in main trainer = Trainer(cfg) File "/home/ch/anaconda3/envs/ch/lib/python3.7/site-packages/detectron2/engine/defaults.py", line...