keras-team / keras-applications

Reference implementations of popular deep learning models.
Other
2k stars 907 forks source link

Reduce test duration #25

Closed RaphaelMeudec closed 6 years ago

RaphaelMeudec commented 6 years ago

In this PR:

RaphaelMeudec commented 6 years ago

Here are two screenshots from the Travis tasks: test_inception is running either in ~120s or ~300s, depending on whether inception_resnet_v2 or inception_v3 is tested.

inceptionresnetv2

inceptionv3

taehoonlee commented 6 years ago

@RaphaelMeudec, Thank you for the PR.

RaphaelMeudec commented 6 years ago

@taehoonlee I removed the commit associated with InceptionResnetV2 and InceptionV3.