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
Hi, how exactly do you train with cifar10, cifar100 been private/public data sets?
In col_update code, you have to make sure the output have the same dimension, but cifar10 has 10 labels and cifar100 has 100.
If your private data is cifar10, then your model only has 10 output channels, how can you fed cifar100 in?
I am not able to find where to deal with this, would be great if you can explain/show some code.
Regards
The text was updated successfully, but these errors were encountered:
Hi, how exactly do you train with cifar10, cifar100 been private/public data sets?
In col_update code, you have to make sure the output have the same dimension, but cifar10 has 10 labels and cifar100 has 100.
If your private data is cifar10, then your model only has 10 output channels, how can you fed cifar100 in?
I am not able to find where to deal with this, would be great if you can explain/show some code.
Regards
The text was updated successfully, but these errors were encountered: