-
Notifications
You must be signed in to change notification settings - Fork 199
Closed
Description
Luckily I have found this great work! I reproduced the ResNet-v1 on ImageNet a few months ago (50-layer top5 error: 7.4), and now I realize that the images are encoded with the default quality option quality=80
.
I use the python tool im2rec.py
on Windows. And the quality=80
affects a lot when I train another network on Cifar100 because the 32x32
images are too small.
- So I wonder if I have to retrain my own network on ImageNet by using a high quality
record file
, such asquality=90 or 100
? How does this option affect, 0.1 percent difference? - Another question on
im2rec
. Now I convert the Cifar100 python version data to losslesspng
images, and pack them into record file byim2rec.py
, am I right? Do you guys know how the provided Cifar-10 record file generated? (Do I need to compile theim2rec.cc
on Windows?)
I would greatly appreciate it if you kindly give me some feedback.
Metadata
Metadata
Assignees
Labels
No labels