Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Conversation

@franzigeiger
Copy link
Contributor

  • Add bibtex method
  • Move model test to model-tools
  • Add tensorflow example

@franzigeiger franzigeiger requested a review from mschrimpf July 28, 2020 15:55


def get_bibtex(model_identifier):
return """@incollection{NIPS2012_4824,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe add an assert model_identifier == ... to make it clear that the bibtex can depend on the model_identifier

Comment on lines 13 to 15
TFSlimModel.init('resnet-50_v1', net_name='resnet_v1_50', preprocessing_type='vgg',
image_size=224, labels_offset=0)
model = keras.applications.vgg16.VGG16()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there's code for both resnet-50 and vgg16 here

@mschrimpf mschrimpf merged commit ca464c4 into master Sep 8, 2020
@mschrimpf mschrimpf deleted the improvements branch September 8, 2020 18:50
lee-wanhee pushed a commit to lee-wanhee/sample-model-submission that referenced this pull request Jun 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants