Skip to content

Commit

Permalink
Fix/resnet reference (mlcommons#141)
Browse files Browse the repository at this point in the history
* remove stuff that isn't part of resnet

* Port changes from TensorFlow official models version of ResNet to the
MLPerf reference.

add gitignore with python suffixes

store log output from resnet run

fix typo

use different model dirs for different seeds (convenient for multiple runs on the same machine)

remove no-op .take() from input pipeline

put a copy of the compliance dir in this branch. This just makes it slightly less painful to keep these utils synced across branches

* compliance dir fork is not unnecessary

* remove pycache

* cull more pyc files

* minor tweaks

* fix comment

* another comment fix
  • Loading branch information
Taylor Robie authored and nvpaulius committed Oct 10, 2018
1 parent 4feb9ec commit 9f5d6ee
Show file tree
Hide file tree
Showing 65 changed files with 105 additions and 2,127 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
Binary file not shown.
81 changes: 0 additions & 81 deletions image_classification/tensorflow/official/mnist/README.md

This file was deleted.

Empty file.
117 changes: 0 additions & 117 deletions image_classification/tensorflow/official/mnist/dataset.py

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 9f5d6ee

Please sign in to comment.