Skip to content

less softmax

Compare
Choose a tag to compare
@Borda Borda released this 17 Jun 16:01
· 269 commits to master since this release

[0.3.4] - 2021-06-17

Changed

  • Replaced load_boston with load_diabetes in the docs and tests (#629)
  • Added base encoder and MLP dimension arguments to BYOL constructor (#637)

Fixed

  • Fixed the MNIST download giving HTTP 503 (#633)
  • Fixed type annotation of ExperienceSource.__iter__ (#645)
  • Fixed pretrained_urls on Windows (#652)
  • Fixed logistic regression (#655, #664)
  • Fixed double softmax in SSLEvaluator (#663)