tczhangzhi / PyTorch-ESCGAN

The official implementation of the paper "Beyond Mimicking Under-Represented Emotions: Deep Data Augmentation with Emotional Subspace Constraints for EEG-Based Emotion Recognition".
Other
18 stars 0 forks source link

还会继续更新吗? #1

Open Hanshuzheng149 opened 4 months ago

Hanshuzheng149 commented 4 months ago

reamme里面所提的,会按照日期更新吗?求更新!

tczhangzhi commented 4 months ago

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 tool.

Hanshuzheng149 commented 3 months ago

想问一下您,项目的执行顺序是什么? 1.train_evaluator.py(在没有数据增强时,测试准确率) 2.train_gan.py(训练模型) 3.train_augment.py(数据增强之后的结果) 是这样吗?谢谢!

如果您有更详细的步骤介绍,很感激!

tczhangzhi commented 3 months ago

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