/duozhen

Primary LanguagePython

## Prerequisites
- Linux or macOS
- Python 3
- CPU or NVIDIA GPU + CUDA CuDNN

## Setting enviroments(Installation)

-创建环境: conda create --name FA_sequence python=3.6
-激活环境: conda activate FA_sequence
-依赖库安装: pip install -r requirements.txt


### Train/Test

- Train a model:
```
python train.py --dataroot ./dataset --name FA_sequence --model seq2pix



```
- Test the model:
```
results,datasets/test,save 三个文件夹中都会生成文件
python test.py --dataroot ./datasets/aaaaa --name FA_sequence --model pix2seq --preprocess none

```