-
This issue follows from Issue #2 (Impact of Validation Data Structure on Training Phase).
The training script train_imagenet_classifier.py assumes that both training and validation images are struct…
-
Hi,
I was trying to score a VGG16 model on our own cluster, i.e. by running a local instance
When I use the following layer names
```
['avgpool' , 'features', 'classifier']
```
i.e. more hig…
-
Hey @sunovivid, great work, and congrats on the paper's acceptance at ECCV!
I would like to reproduce the results, and I have the following questions related to the hyperparameters:
1. **How man…
-
Recently I tried to train the imagenet classifier on the darknet, but I encountered some problems. After training 60,000 steps, the loss stayed at around 6.9, but the loss at the beginning was also ab…
-
Hi, first of all thanks for this great repository.
I would like to re-train darknet53 after changing it a little bit. So, I need to train from scratch.
I couldn't find the exact steps to recreate…
-
### Description
This is my second attempt at running Optuna and this time I am getting strange behaviour.
First time in another project worked like a treat.
The dashboard is not updating, I need …
-
Hi, could I ask a simple question about the classifier-free guidance on class-conditioned models?
According to the original paper, we need to jointly train the conditioned and unconditioned models wi…
-
I am currently working on reproducing the reported accuracy of Protonet on miniImageNet with a 1-shot scenario (63.17% -> 66.63%). I initially trained the classifier-baseline using the provided code …
-
In his website, pjreddie shows how to train on imagenet [here](https://pjreddie.com/darknet/imagenet/).
It is not too clear how his train and valid files look like because he has them being automati…
-
Hello,
Thank you for this great work and well-written paper.
When training the linear classifier (e.g. Alexnet with ImageNet), how do you perform the train/test split? 1. Do you use all of the c…