Christoph Klemenjak

Results 15 comments of Christoph Klemenjak

Some more thoughts on this: As the error indicated, the process isn't actually closing the HDF file (for whatever reasons). That could be the reason why the process is crashing...

Hi, thank you so much for your reply. Highly appreciated. I will try to do that :)

Indeed. Thanks for pointing this out! I will investigateā€¦ best, C > Am 25.08.2020 um 15:57 schrieb Paulo Meira : > > > At this point, test_main_list should be a...

I checked my files. I added callbacks to partial fit some time ago, which explain why the line numbers don't match. Apart from that, the source files match. I remember...

Hi, I see. So it's related to memory limits and not a bug in the software? Okay that's another topic then. However, here is the experiment I was planning to...

I am testing what NILMTK algorithms can be used for such a big duration at the moment. Will provide feedback on that. Do you see any chance for me to...

Thanks! You guys are amazing. Are you talking about that *train_chunk_wise* function? I see that you can set a *chunk_size*. Question 1: What unit is that? seconds or number of...

Hi, good news. I was able to enter chunk wise training by setting a chunk size and enabling it in the DAE line. ``` uk_1 = { 'power': { 'mains':...

> This is just my thought. I am not sure what chunk_size you mean. From the previous pseudo code, I guess it means the input size of the network. If...

@Rithwikksvr you were right about the memory. As soon as I change the sampling interval from 10s to 60s, the experiment runs without any problems.