OdysseasKr / neural-disaggregator

Code for NILM experiments using Neural Networks. Uses Keras/Tensorflow and the NILMTK.
MIT License
138 stars 57 forks source link

ValueError: The file 'disag-out.h5' is already opened, but not in read-only mode (as requested). #42

Open Ben-Yee opened 2 years ago

Ben-Yee commented 2 years ago

after calling " rnn.disaggregate(test_mains, output, train_meter, sample_period=1) " there should be a output.close() or error will be raised.