"examples/with-langchain-python-rag-privategpt/README.md" did not exist on "0d7a133b1559b8c77e8908e7260912e810398131"
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
......
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