-
Notifications
You must be signed in to change notification settings - Fork 0
liping1997/20220504
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
## 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
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published