liping1997 / duozhen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

## 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

```




About


Languages

Language:Python 97.0%Language:HTML 1.1%Language:Shell 1.0%Language:MATLAB 0.9%