ZHANG Zhi

Results 28 comments of ZHANG Zhi

Looks good to me but one thing you should pay attention to is that [vit-model-1](https://www.kaggle.com/szuzhangzhi/vit-model-1) is finetuned on the [cassava-leaf-disease-classification task](https://www.kaggle.com/c/cassava-leaf-disease-classification). You may expect to visualize an image from that...

Thanks for your hard working and contribution, I like the implementation. Overall, it works well. After I complete testing, I will consider merging it or adding comments.

It seems that this issue is caused by a multi-processing error on the Windows system. Could you please set `num_workers` to 0 in the dataset instantiation to check if the...

> num_classes=2 should be changed to num_classes=3 Yes, you are right. Could you please make a pull request? > what should I do if I just need to cross individuals...

Thanks for your contribution! > How do I import my local data set if I need to add steps to data preprocessing? You can refer to the document to load...

Greeting, The default 10-20 montage provided by `mne` doesn't include CB1 and CB2, whose locations are set to 0.0. Then, `mne` raises an error of overlap. You can either edit...

Thank you for your interest. Sorry for delaying the new version due to the tight schedule in recent months. I hope I can complete the vision and provide a plug-and-play...

Yes. Please refer to Sec. Model Optimization for `train_gan.py`. Please refer to Sec. Classifier Optimization for `train_augment.py`.