MingjunZhong / transferNILM

Transfer Learning for Non-Intrusive Load Monitoring
113 stars 44 forks source link

How to reproduce seq2seq based on this code? #6

Closed Hessen525 closed 4 years ago

Hessen525 commented 4 years ago

@MingjunZhong Hi, Dr. Zhong. I was trying to reproduce seq2seq, but i failed. Train successfully, but test occur error. It is hard to fix that error for me. So, I wonder if you can share seq2seq code here if possible?

Thanks, Appreciate!

MingjunZhong commented 4 years ago

@Hessen525 That's a great point, but I need time to re-code seq2seq soon. At the moment, this repository would help even it was old: https://github.com/MingjunZhong/NeuralNetNilm What was the problems? For testing, you may have to mind the pre-processing for test data.

Hessen525 commented 4 years ago

@Hessen525 That's a great point, but I need time to re-code seq2seq soon. At the moment, this repository would help even it was old: https://github.com/MingjunZhong/NeuralNetNilm What was the problems? For testing, you may have to mind the pre-processing for test data.

Thanks for your reply, The error looks like that the shape of truth and prediction are different.