forked from mlcommons/training
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix/resnet reference (mlcommons#141)
* 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
Showing
65 changed files
with
105 additions
and
2,127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 removed
BIN
-159 Bytes
image_classification/tensorflow/official/__pycache__/__init__.cpython-35.pyc
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Empty file.
117 changes: 0 additions & 117 deletions
117
image_classification/tensorflow/official/mnist/dataset.py
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.