KANG IL LEE

Results 3 issues of KANG IL LEE

This issue is for pytorch 1.7+ version user Line 148, 160 in main.py script Line 148 ```python3 100. * batch_idx / len(train_loader), loss.data[0])) ``` Line 160 ```python3 test_loss += F.cross_entropy(output,...

Hi, thanks for your great job. I have a question about training for 1-class object detection setup. (custom dataset) I already convert own dataset to coco json format and split...

First of all, thank for your sharing. Your experiment codes are perpectly working to reproduce your experiments. But when I want to get the pruned model which is not trained...