one-molamola

Results 3 issues of one-molamola

Hello, I encountered the following problem when extracting the image features of the custom dataset, can you help me complete the code? Traceback (most recent call last): File "extract_features.py", line...

You use single-GPU training in your code, I tried to train with multiple GPUs, but the speed dropped, what is the reason? I modified the following code #model = torch.nn.DataParallel(model,...