-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reproduce result on REDD #1
Comments
@Hessen525 When training, are you using early-stopping as I see it ran 50 iterations? I can't see the reasons why it has so much difference. What about other appliances? |
@MingjunZhong Sorry for disturbing you again, Dr. Zhong. |
@MingjunZhong Hi, Dr.Zhong. For washingmachine, you set building 1 as test_dataset where channels_19 as washingmachine data, but I look at that file, it is all zero, so that could be interpreted why ground truth is keep zero in results plot graph. |
@Hessen525 So now it looks correct for washing machine and as well as other appliances. Thank you for the post, the problems was then the labelling. |
@Hessen525 I think we can close this issue now. |
Sure, Thanks! |
@Hessen525 will you please explain how to set up the virtual environment on windows.Actually I am unable to create environment by using yml file due to difference in Operating system.I am windows os user.Will you please share the yml files for windows os.thanks |
Hi, @khurramCh |
hello,@Hessen525 |
Hi @Hessen525 |
Hi @hellowangqian
Both is better. |
Hi, Dr.Zhong @MingjunZhong
Thanks for sharing the code. I follow the instructions and run this project successfully. Keep the same parameter as you submit. But the results I get for REDD are quite different from your reported results. I'm wondering if I missed anything? I RUN 50 epochs.
for train, I run
python3 seq2point_train.py --appliance_name fridge --datadir ./dataset_management/redd/ --save_dir ./trained_model --transfer_model False --crop_dataset None
for test, I run
python3 seq2point_test.py --appliance_name fridge --datadir ./dataset_management/redd/ --trained_model_dir ./trained_model --save_results_dir ./result --transfer False --crop_dataset None --plot_results True
Fridge, I got same SAE value, but the MAE is big different(35.2376 vs 28.104).
Any other application will be test soon.
Any reply/help will be much appreciated!
The text was updated successfully, but these errors were encountered: