Releases: NickleDave/visual-search-nets
Releases · NickleDave/visual-search-nets
1.2.0
1.1.0
bump version to 1.1.0
1.0.0
bump to version 1.0.0 in __about__
0.3.1
bump version to 0.3.1 in __about__ after fixing v minor bug
0.3.0
bump version in searchnets/__about__.py
0.2.0
bump version of searchnets to 0.2.0 in setup.py
0.1.0
Added
- made into separate project
- set up repository with structure from "Good Enough Practices for Scientific Computing"
https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1005510#sec009 - add ability to run learning curve to test whether train / test accuracy are converging
- i.e. would we benefit from more training data
- can compute accuracy per epoch per set size on training set, saves to .txt file
Fixed
__main__
checks whether config file exists and throws a human-readable error if it doesn't,
as opposed to failing weirdly becauseConfigParser
doesn't tell you when the.ini
file does not exist