RRFS icon indicating copy to clipboard operation
RRFS copied to clipboard

Results 5 RRFS issues
Sort by recently updated
recently updated
newest added

The unseen classifier is not been published, or how to generate unseen classes classifier.

When I run the trainer.py, an error occurred: Can't find the unseen classifier. Could the author tell me how to train the unseen classifier?

int)->auto: block: [5,0,0], thread: [32,0,0] Assertion `index >= -sizes[i] && index < sizes[i] && "index out of bounds"` failed. /pytorch/aten/src/ATen/native/cuda/IndexKernel.cu:53: lambda [](int)->auto::operator()(int)->auto: block: [5,0,0], thread: [35,0,0] Assertion `index >= -sizes[i]...

Hi, Thank you for your work. I would like to inquire about the possibility of adding inference code for a custom single image. I am interested in conducting a qualitative...