1 Star 0 Fork 4

筑梦之路/EGVSR

forked from SEU601/EGVSR 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
test.sh 400 Bytes
一键复制 编辑 原始数据 按行查看 历史
Thmen 提交于 2021-04-26 19:33 . main
#!/usr/bin/env bash
# This script is used to test pretrained models. More specific setttings can
# be found and modified in a test.yml file under the experiment dir
# basic settings
degradation=$1
model=$2
gpu_id=0
exp_id=001
# run
python ./codes/main.py \
--exp_dir ./experiments_${degradation}/${model}/${exp_id} \
--mode test \
--model ${model} \
--opt test.yml \
--gpu_id ${gpu_id}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/merry1314/EGVSR.git
git@gitee.com:merry1314/EGVSR.git
merry1314
EGVSR
EGVSR
master

搜索帮助