محمد
محمد
in Network.py change line 62 to data_dict = np.load(data_path, encoding='latin1', allow_pickle = True).item()
I want to load model in c++ with libtorch, but the libtorch just log jit.save files. sm = torch.jit.script(model) not work. Can't convert Union[int,Tuple[int,int]] for MaxUnpool2d. How to fix this...
Speed of inference with V100 lower than GTX2080 for image size 128*128? Ubuntu 18.04 cuda 11.1 cudnn 7 Consider for avoid CPU limitations, I split preprocess and upload part from...
I wana to use Yolov9 to train an object detection model with my custom dataset. Can the model be trained with rectangular images without padding? I have a dataset of...
I want to use Yolov7 to train an object detection model with my custom dataset. Can the model be trained with **rectangular** images **without padding**? I have a dataset of...