-
I just train my own model and train dataset via your TResNet feature extractor.
BTW, my loss is fall into NaN after hundreds of iteration processed.
If I lowering learning rate, loss fall into NAN…
-
Hello !
Thank you for your great work !
In the CIFAR100 leaderboard from paperswithcode (https://paperswithcode.com/sota/image-classification-on-cifar-100) your solution is ranked third, with …
-
How should I do to replace Inpalce-ABN in pretrained models using InPlace-ABN sync? Is this feasible? Is it better in the image classification task?
-
ImportError: No module named 'inplace_abn'
where is the inplace_abn?
-
Could you provide training scripts?
From paper: We trained the models on input resolution 224, for 300 epochs, using a SGD optimizer and 1-cycle policy. For regularization, we used Auto-augment, C…
-
Hi,
Thank for an interesting paper. I'm wondering how did you measure inference speed in your paper? I've measured the inference speed of baseline Resnet50 from torchvision and your TResnetM using `a…
-
Dear Tal,
First of all, your work is valuable and I trying to apply TResNet on my problems. However, I can not install Inplace-ABN, following the instruction pip install git+https://github.com/mapill…