cnjhh
cnjhh
Solution is to locate the PCB module :/path/defrcn/defrcn/evaluation/calibration_layer py build_prototypes function in the code: 'All_feature.append (feature.cpu ().data)' adds the following code: features =None.
`features = self.extract_roi_features(img, boxes) boxes = None img = None all_features.append(features.cpu().data) features = None` features create by you customs datasets for novel classes ,you can solve this by reducing the...
The device I use is A800 80G, and the novel data I set is 10 shot 13class, and when the model is loaded with the pcb module, the video memory...