mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-02-14 21:34:32 +00:00
subprocess.CalledProcessError and RuntimeError: mat1 dim 1 must match mat2 dim 0 #75
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @asdf1996 on GitHub (Sep 23, 2021).
HI,
I got two errors when training one model with this command
The errors are:
my environment:
Could you help me to fix those errors? Thanks!
@xinntao commented on GitHub (Sep 23, 2021):
It seems that the data dimension is not correct.
You may need to check:
@asdf1996 commented on GitHub (Sep 23, 2021):
I check the data, some imgs are not the 512*512 shape. Thanks.
Besides, I'd like to know how to augment the dataset.
You have mentioned
If some collected internet imgs are not so high quality like FFHQ, what pre-process can be applied to those training imgs?
Thanks for your reply!
@BruceZhou95 commented on GitHub (Mar 29, 2023):