TaskRouting
TaskRouting copied to clipboard
How to change datasets?
I wonder how to use other datasets for training Thanks!
Hi 路一直都在,
You can split the dataset into binary labels. Example:
- for CelebA you can make a has attribute label:
Image1 has_blue_eyes has_goatie round_face etc...
And make each attribute into a binary classification task.
If you can send me an example dataset structure I’ll help you with the loader.
Best, Gjorgji
Sent from my iPhone
On 23 Dec 2019, at 13:05, 路一直都在 [email protected] wrote:
I wonder how to use other datasets for training Thanks!
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/gstrezoski/TaskRouting/issues/1?email_source=notifications&email_token=AIYIUCNZR7XFRAX43TS57WLQ2CSRPA5CNFSM4J6TNFBKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ICKCWVA, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AIYIUCIQGVWPJNJE2Z2YDTLQ2CSRPANCNFSM4J6TNFBA.
Hi 路一直都在, You can split the dataset into binary labels. Example: - for CelebA you can make a has attribute label: Image1 has_blue_eyes has_goatie round_face etc... And make each attribute into a binary classification task. If you can send me an example dataset structure I’ll help you with the loader. Best, Gjorgji … Sent from my iPhone On 23 Dec 2019, at 13:05, 路一直都在 [email protected] wrote: I wonder how to use other datasets for training Thanks! — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub<#1?email_source=notifications&email_token=AIYIUCNZR7XFRAX43TS57WLQ2CSRPA5CNFSM4J6TNFBKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ICKCWVA>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AIYIUCIQGVWPJNJE2Z2YDTLQ2CSRPANCNFSM4J6TNFBA.
Thanks for your reply!I wanna to construct a many-to-many multi-task learning net,using CIFAR100,vgg-flowers datasets,but don't know how to prepare datasets like CIFAR100
I've noted what you want to do. I will push the CIFAR-100 and VGG-Flowers loaders over the next few days.
Thanks!
Hi Gjorgji, could you also push the loader for the UCSD Birds dataset? Thank you so much!