For questions related to ImageNet, a large visual database designed for use in visual object recognition software research.
Questions tagged [image-net]
8 questions
2
votes
1 answer
Is transfer learning effective when the new task has more classes than the original?
All examples of transfer learning I have seen for classification use initial weights of a network trained on a larger number of classes (say 1000 in the case of networks trained on ImageNet data) to address a new task that has a smaller number of…

Fijoy Vadakkumpadan
- 123
- 3
2
votes
1 answer
What is your training time of Resnet-18/Resnet-50 on Imagenet?
My training of Resnet-18 network on Imagenet using Tesla V100 seems to be quite slow (1 epoch is about 2,5 hours, batch 128). Increasing the number of GPUs does not seem to help.
What is your training time of Resnet-18/Resnet-50 on Imagenet? How…

cerebrou
- 141
- 1
- 3
2
votes
1 answer
Does higher FLOPS mean higher throughput?
I understand that FLOPS means floating-point operations per second, and throughput is the number of inputs (for example, images) per second. If a model has higher FLOPS, it means it performs faster.
However, in the article Container: Context…

BestR
- 183
- 1
- 7
2
votes
2 answers
What is the exact output of the Inception ResNet V2's feature extraction layer?
I am working with the Inception ResNet V2 model, pre-trained with ImageNet, for face recognition.
However, I'm so confused about what the exact output of the feature extraction layer (i.e. the layer just before the fully connected layer) of…

magicww
- 21
- 1
- 3
1
vote
0 answers
Where can I get Imagenet test dataset labels for evaluation
I have the imagenet train, validation and test set. I have been able to assign each image in the validation set into its respective class folders with the help of some online resources. However, for the test set, I could not find the labels.
All the…

Craving_gold
- 31
- 2
1
vote
1 answer
Is the initial teacher model in the Noisy Student algorithm noised?
Reading through the paper on the Noisy Student algorithm, I have a quick question about how the initial teacher model is built.
In step 1 of the algorithm, the loss function is defined such that it looks like the initial teacher model is trained…

lamyvista
- 13
- 5
1
vote
1 answer
Validity of ImageNet for measurement of the model performance
ImageNet dataset is an established benchmark for the measurement of the performance of CV models.
ImageNet involves 1000 categories and the goal of the classification model is to output the correct label given the image.
Researchers compete with…

spiridon_the_sun_rotator
- 2,454
- 8
- 16
0
votes
2 answers
ImageNet Dataset (for PyTorch VGG16 training)
Please can someone describe how to properly obtain the ImageNet dataset (to be precise the ImageNet 2012 Classification Dataset).
What I attempted so far
The ImageNet webpage refers the user to download the ImageNet dataset from Kaggle. However, the…

Anna Christine
- 101