vihari / CSD

Implementation and datasets for Efficient Domain Generalization via Common-Specific Low-Rank Decomposition (https://arxiv.org/abs/2003.12815)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

One question

BX-xb opened this issue · comments

commented

Hi, when I run "python hw_train_and_test.py --dataset lipitk --num_train 50
One error occurs:
FileNotFoundError: [Errno 2] No such file or directory: 'data/lipitk.pkl'
It seems the data for hand-written tasks is not automatically download
DATA_FLDR = "data/hpl-devnagari-iso-char-offline"
And I do not see the "data/hpl-devnagari-iso-char-offline" in the hw

Hi,
Yes, that is not included in the repository. Download and extract it to the folder you mentioned.

commented

Thank you!
when I run CG on nchd dataset, another error occurs:
FileNotFoundError: [Errno 2] No such file or directory: 'data/nhcd/nhcd/consonants/all_domains.txt'
where is the all_domains.txt?

Thank you!
when I run CG on nchd dataset, another error occurs:
FileNotFoundError: [Errno 2] No such file or directory: 'data/nhcd/nhcd/consonants/all_domains.txt'
where is the all_domains.txt?

Can you share the lipitk? since the dataset can not be downloaded now