Commit 620caa75 authored by mashun1's avatar mashun1
Browse files

Update README.md

parent 137fb48b
......@@ -239,10 +239,10 @@ Tips:以上dtk驱动、python、torch等DCU相关工具版本需要严格一
# 继续训练
# coco
python main.py --base configs/coco_scene_images_transformer.yaml -t True --gpus 0
python main.py --base configs/coco_scene_images_transformer.yaml -t True --gpus 0,
# openimage
python main.py --base configs/open_images_scene_images_transformer.yaml -t True --gpus 0
python main.py --base configs/open_images_scene_images_transformer.yaml -t True --gpus 0,
# 推理
python scripts/make_scene_samples.py --outdir=/some/outdir -r /path/to/pretrained/model --resolution=512,512
......@@ -282,4 +282,4 @@ S-FLCKR
## 参考资料
* https://github.com/CompVis/taming-transformers
\ No newline at end of file
* https://github.com/CompVis/taming-transformers
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment