How to optimize EfficientAd trainning? #2262
Replies: 4 comments 1 reply
-
To specify the GPU ID, I have created this PR #2256. Once it is merged, you could do it. Currently Do you want to test a single image or the entire test set? |
Beta Was this translation helpful? Give feedback.
-
@samet-akcay test a single image and the entire test set |
Beta Was this translation helpful? Give feedback.
-
@samet-akcay |
Beta Was this translation helpful? Give feedback.
-
How are the test set and verification set distributed, and how to check it. The following results show that there is a big gap between the test set and verification set indicators. How to evaluate this effect? |
Beta Was this translation helpful? Give feedback.
-
I used EfficientAd for 10 epochs and single category training to get the following results:
When predicting data, do I have to go through datamodule = Folder()? Is there a way to test the image directly?
The ID of the GPU is specified, but GPU No. 0 is still used in the actual process.
engine = Engine(max_epochs=10,task="classification",accelerator='gpu',devices=[2,3],logger=[logger_tensorboard,logger_comet])
Beta Was this translation helpful? Give feedback.
All reactions