Marlin Schäfer
Marlin Schäfer
@hagabbar I've tested switching the channels. So for 1000 signals I now have the shape `(1000, 256, 3)`. However, I still get the same error. I've also tested using an...
I've looked a bit more into this, but I'm having a hard time understanding everything your code does. The error occurs on line 618 in CVAE_model.py, where you try to...
@hagabbar I've had a closer look at the errors/code again. So I've found one problem and was able to resolve it. However, that caused further problems. So in line 618...
Deleting the files `all_4_samplers_.h5py` with > 0 results in the code trying to open them anyways. It then seems to enter an infinite loop where it prints out `Unable to...
Tried the latest version. It still crashes for me, when I use r=2. However, with r=1 it starts to train.
@hagabbar Yes, it is still the same error with r=2.
I think this bug could also be due to a not properly closed file. Not sure if it is still around once the machine is restarted. To avoid issues like...
Thanks for finding and reporting this. If anyone else runs into this problem, please try using the suggested solution.
Can I ask you to give a little more details about the leak? How can it be reproduced or how did you notice it?