-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from romulus0914/tf_like
Match the TensorFlow implementation more closely
- Loading branch information
Showing
8 changed files
with
109 additions
and
50 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 |
---|---|---|
|
@@ -11,6 +11,8 @@ checkpoint/* | |
dist/* | ||
build/* | ||
|
||
*.ipynb | ||
|
||
**/__pycache__/** | ||
|
||
*.egg-info/* | ||
|
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 |
---|---|---|
@@ -1,4 +1,12 @@ | ||
# Contributors | ||
|
||
- [@romulus0914](https://github.com/romulus0914) (Romulus Hong) | ||
- Author of the code - NAS-Bench-101 implementation in PyTorch | ||
- [@gabikadlecova](https://github.com/gabikadlecova) | ||
- Maintainer of the repository | ||
- Package structure, reproducibility | ||
--------- | ||
- [@abhash-er](https://github.com/abhash-er/) (Abhash Jha) | ||
- modified the model code so that cast to double is possible | ||
- Modified the model code so that cast to double is possible | ||
- [@longerHost](https://github.com/longerHost) | ||
- Reproducibility of the original NAS-Bench-101 | ||
- Comparison of training results and API results |
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
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
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
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
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
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