Python3 Pytorch 0.3.0
- Get into generate_data folder to run codes inside, which will help you generate training samples. e.g.
python3 generate_data_S2self.py
- perform training. e.g.
python3 train_S2self.py
- perform testing. e.g.
python3 test_S2self.py
Notice: you can change parameters which are stored in .json file. (options/test or options/train)