Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 425 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 425 Bytes

LatentMixing

The implementation of "Semi-supervised Medical Image Classification with Global Latent Mixing". [MICCAI 2020].

How to run?

python latent-mixing.py

(For more detail, follow run_main.sh)

Requirements:

  1. PyTorch
  2. pickle
  3. PIL
  4. torchvision
  5. sklearn

(There might be more requirements but shouldn't be difficult to install them using conda.)

Credit:

  1. https://github.com/YU1ut/MixMatch-pytorch