raresct / astrohack_solution

Solution to https://astrohack.org/
1 stars 1 forks source link

todo: try resnet152 #2

Open SergeKrier opened 7 years ago

SergeKrier commented 7 years ago

Inception-ResNet-v2 https://github.com/tensorflow/models/tree/master/slim#Pretrained

raresct commented 7 years ago

We could also try avg and max pooling cf. https://github.com/fchollet/keras/blob/master/keras/applications/resnet50.py#L237-L241