Torchsample Versions Save

The easiest way to train AI models on medical images with pytorch or keras

v0.2.1

1 week ago

A new pypi release.

v0.1.4

1 month ago

Minor updates

v0.1.3

6 years ago

Includes complete re-write of codebase

  • faster
  • fixed a few bugs and memory leaks
  • full and tested support for following fit scenarios ("input" = input tensor(s), "target" = target tensor(s)):
    • single input, single target
    • single input, no target
    • single input, multiple targets
    • multiple inputs, single target
    • multiple inputs, no target
    • multiple inputs, multiple targets
  • will be easier to include custom Updaters (like in chainer) that can support training GANs, for instance.