We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to resume from your pre-trained weight, [resshift_realsrx4_s15_v1.pth]
It seems this is ema file, how can I train from pre-trained weight?
below terminal doesnt' work. since it is not dict_keys format
CUDA_VISIBLE_DEVICES=0,1 torchrun --standalone --nproc_per_node=2 --nnodes=1 main.py --cfg_path configs/DNA_5x5micro_2048_10x10crop.yaml --save_dir checkpoint --resume weights/resshift_realsrx4_s15_v1.pth
The text was updated successfully, but these errors were encountered:
Try to pass the ckpt path to the config file. @H0128Z
https://github.com/zsyOAOA/ResShift/blob/journal/configs/realsr_swinunet_realesrgan256_journal.yaml#L29
Sorry, something went wrong.
Try to pass the ckpt path to the config file. @H0128Z https://github.com/zsyOAOA/ResShift/blob/journal/configs/realsr_swinunet_realesrgan256_journal.yaml#L29
ohh,, thanks!
No branches or pull requests
I want to resume from your pre-trained weight, [resshift_realsrx4_s15_v1.pth]
It seems this is ema file, how can I train from pre-trained weight?
below terminal doesnt' work. since it is not dict_keys format
CUDA_VISIBLE_DEVICES=0,1 torchrun --standalone --nproc_per_node=2 --nnodes=1 main.py --cfg_path configs/DNA_5x5micro_2048_10x10crop.yaml --save_dir checkpoint --resume weights/resshift_realsrx4_s15_v1.pth
The text was updated successfully, but these errors were encountered: