yenchanghsu / Generalized-ODIN

6 stars 0 forks source link

network and input size #3

Closed ROBOTICSENGINEER closed 3 years ago

ROBOTICSENGINEER commented 3 years ago

Did you used standard resnet and densenet with standard input size (224 x 224)? or did you use modified version of this networks with different input size?

yenchanghsu commented 3 years ago

The resnet and densenet for CIFAR are the same as [here] (https://github.com/pokaxpoka/deep_Mahalanobis_detector/tree/master/models) which has input size 32x32.

The model for the DomainNet dataset is the standard resnet with a standard input size 224x224.