neuralnilm icon indicating copy to clipboard operation
neuralnilm copied to clipboard

Is there any available, ready-to-use model/nets?

Open bontorhumala opened this issue 7 years ago • 7 comments

Hi Kelly, thanks for sharing your work. I am trying to run this code, but encounter the same problem as https://github.com/JackKelly/neuralnilm/issues/2

I understand that you are not supporting this repo anymore. However, I am just curious, do you have trained nets that we can just use for your test set? Because I see each experiment code (e575, e576, etc) and I guess all of them require nets for each appliance to be created/trained from scratch. And I dont see trained nets inside neuralnilm subdirectory.

Thanks again!

bontorhumala avatar Feb 03 '17 10:02 bontorhumala

Hi,

Thanks for your interest. When I'm next in the office, I'll check to see if I have any trained neural nets that I can provide. No promises, though!

Have a good weekend, Thanks, Jack

JackKelly avatar Feb 03 '17 19:02 JackKelly

I've uploaded a few nets to my FTP server:

  host: achillea.doc.ic.ac.uk
  port: 55555
  username: anonymous
  password: <your email address>

JackKelly avatar Feb 07 '17 16:02 JackKelly

Hi, may i have the pretrained model as well? Thanks in advance.

gohingsiang avatar Sep 28 '17 04:09 gohingsiang

thank you for your interest. Now that I have left Imperial, I'm afraid that pre-trained models are no longer available. Sorry.

I'd highly recommend using a modern DeepLearning framework like TensorFlow for NILM work now-a-days.

JackKelly avatar Oct 01 '17 18:10 JackKelly

Thanks for the reply, maybe i will just do it step by step. By the way, your advice was most appreciate.

gohingsiang avatar Oct 03 '17 07:10 gohingsiang

For anyone interested in this, I have successfully reimplemented Jack Kelly's rectangles architecture using Keras and made it available here: https://github.com/maechler/nnilm

maechler avatar Apr 11 '19 05:04 maechler

Great work! Thanks!

JackKelly avatar Apr 11 '19 07:04 JackKelly