You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use LF-Font for training and have the following problem:
Are all the unicode encodings in the given example data/chn/train_chars.json used for training? I think the number of characters is very large. Don’t we have fewer samples?
Yes, we use all the characters in data/chn/train_chars.json for training. As mentioned in our paper, our method uses large number of characters using training phase.
We use a custom collate_fn for dataloader to have a dictionary-formatted batch. See here.
I use LF-Font for training and have the following problem:
fewshot-font-generation/LF/phase1_trainer.py
Line 61 in c445f66
ref_imgs = batch["ref_imgs"].cuda(), why there is a ref_imgs field in the batch
The text was updated successfully, but these errors were encountered: