Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed downloading and uploading tensorflow pretrained models #1794

Merged
merged 1 commit into from
Aug 23, 2017

Conversation

ethantang95
Copy link
Contributor

This is because tensorflow requires 3 files: ckpt.data..., ckpt.index, and ckpt.meta for pretrained models. This fix ensures all 3 of them are downloaded and uploaded

@ethantang95
Copy link
Contributor Author

Please review @lukeyeager @IsaacYangSLA

@IsaacYangSLA
Copy link
Contributor

LGTM.

added tensorflow upload file

added functionality to serve multiple files for model

changed upload to accept index and meta files

added downloading extra .ckpt files when using tensorflow

lint
@ethantang95
Copy link
Contributor Author

Squashed and merging

@ethantang95 ethantang95 merged commit d26267f into NVIDIA:master Aug 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants