-
-
Notifications
You must be signed in to change notification settings - Fork 3
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 #44 from OptimalFoundation/development
[Patch] Minor (embarassing) import issue + remove setup.py/cfg + update deps
- Loading branch information
Showing
7 changed files
with
48 additions
and
57 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 |
---|---|---|
|
@@ -13,4 +13,6 @@ src/nadir.egg-info/* | |
|
||
nadir.egg-info/* | ||
|
||
tests/data/* | ||
tests/data/* | ||
|
||
build/* |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
### 0.2.0 | ||
- [ ] Readily usable micro-test for checking on optimizers | ||
- [ ] Make Config API optional | ||
- [ ] Add unit tests for the build | ||
|
||
|
||
|
||
### 0.1.0 | ||
|
||
- [x] Readily usable testing script on MNIST | ||
- [ ] Implementation of SGD, Adam in PyPi Module of Nadir | ||
- [ ] Have BaseOptimiser class, BaseMomentumOptimiser and BaseAdaptiveOptimiser class | ||
- [x] Implementation of SGD, Adam in PyPi Module of Nadir | ||
- [x] Have BaseOptimiser class, BaseMomentumOptimiser and BaseAdaptiveOptimiser class | ||
|
||
|
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