Skip to content

v1.0.0 Few-shot Learning with learn/predict, CI tests/coevrage

Compare
Choose a tag to compare
@fabian57fabian fabian57fabian released this 24 Sep 22:02
· 18 commits to main since this release

Added

  • learn centroids script in src.core
  • predict scirpt in src.core
  • custom dataset option
  • image channels option
  • Continous integration tests on Github Actions
  • added more tests on datasets and net
  • CI tests on python 3.7-3.10
  • Test badge in README
  • Coveralls.io coverage bagde in README
  • centroids, core
  • version in src.init

Fixed

  • README pip install '-r'
  • image channels not static
  • urls for tests with new light test releases

Changed

  • train script secondary validation argument
  • tran -> meta-train
  • test -> meta-test
  • moved some functions from src.core to src.utils
  • how dataset is downlaoded to allow light tests
  • workflow name to tests

Removed

  • .