This repo is a pytorch implementation of Semi-Supervised Learning by Augmented Distribution Alignment
Package | version |
---|---|
python | >=3.5 |
pytorch | 1.2 |
numpy | 1.17.2 |
tensorboardX | 2.0 |
Note: For more detail, please look up requirements.txt
chmod u+x scripts/train_model.sh
./scripts/train_model.sh local
chmod u+x scripts/test_model.sh
./scripts/test_model.sh local
This repository is based on: