kentsommer / keras-inceptionV4

Keras Implementation of Google's Inception-V4 Architecture (includes Keras compatible pre-trained weights)
Apache License 2.0
471 stars 175 forks source link

Rename the Weights File #26

Closed LinjianLi closed 2 years ago

LinjianLi commented 5 years ago

In the released version 2.1, if This release targets Keras-2. These weights work with either Theano or Tensorflow (in either dim ordering), isn't it better to rename the weights file as

inception-v4_weights_tf_th_dim_ordering_tf_th_kernels-for_keras_2
inception-v4_weights_tf_th_dim_ordering_tf_th_kernels_notop-for_keras_2

to make them more "newbie-friendly" ?

kentsommer commented 2 years ago

Closing this out after a long hiatus from Github.

Happy to merge any pull requests if there is a desire to improve things!