TFC-pretraining
TFC-pretraining copied to clipboard
some details questions
I have a problem. When I get one_hot_encode for my fine 275 line, Should I write onehot_label = F.one_hot(labels,config.num_classes_target) instead of onehot_label = F.one_hot(labels)
I have another small question, may I ask if the best result of the paper is obtained in the case of subset=True?
I have another small question, may I ask if the best result of the paper is obtained in the case of subset=True?
I have same problem, if I set subset=False, pretrain loss even don't descend
I have another small question, may I ask if the best result of the paper is obtained in the case of subset=True?
I have same problem, if I set subset=False, pretrain loss even don't descend
Me too. I hope the author can answer this doubt for us.
same problem