-
Notifications
You must be signed in to change notification settings - Fork 36
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
How to get feature map as describe in seq2point paper. #4
Comments
@Hessen525 Won't you be able to record the values of the last layer of the CNN? When you plot them, they are the feature maps. |
@Hessen525 This might provide you with some clues: https://github.com/MingjunZhong/transferNILM/blob/master/plots/featuresmapPlot.py |
Thank you so much, I will try it later! |
Hi, Dr. Zhong, @MingjunZhong from nilm.Arguments import * Thanks, |
我是在windows上运行的,请问你解决这个问题了吗 |
@suoyu2333 It seems nilm.Arguments was not actually using. Can you comment it out and run? |
Thanks for your reply. I used the Refit dataset. Py and merge_fridges. Py run successfully, but raw_house_data_plot.py still raises KeyError(key) from err. I'm still trying to figure out how to run it. |
would you mind share your Refit dataset, it's not easily downloaded. |
Hi, Dr. Zhong, @MingjunZhong
Thanks for sharing the code again, could you please give me some idea or hint about "How to get feature map as describe in seq2point paper?" I have been searching for how to get feature map(based on sequence data) learned by cnn, but no useful information is found!
Thanks,
Appreciate!
The text was updated successfully, but these errors were encountered: