Challenge description clarification

Challenge description clarification  

  By: sidraaleem1234 on Jan. 17, 2022, 7:21 p.m.

It is a three class classification problem, in train set (train_labels.csv) two classes are given : NRG and RG. While the test set will contain all three classes NRG, RG and ungradable. Is it the correct interpretation? Moreover, can I use GAN (pre-trained on ImageNet or to be trained on the given train set) to cater the train set imbalance problem?

Re: Challenge description clarification  

  By: coendevente on Jan. 19, 2022, 11:40 a.m.

That is indeed the correct interpretation; the train set contains RG and NRG cases, while the test set contains RG, NRG and U (ungradable) cases.

We do not have any rules against using GANs, as long as the used training data for it follows the rule stated here.

 Last edited by: coendevente on Aug. 15, 2023, 12:55 p.m., edited 1 time in total.