Robert Baumgartner

Results 3 comments of Robert Baumgartner

Did you create a directory called weights? You can do an automatic creation before saving weights via if not os.path.isdir("weights"): os.mkdir("weights")

Small addition: Because the active learning needs functions from the main.cpp file I offloaded them into a separate header file to be included. Let's not forget about that one and...

We fixed one of the things, but the problem persists. I noticed that idat is a local object, but then it reads abbadingo sequences in apta::read_json(): idat.read_abbadingo_sequence(trace_stream,node->access_trace); This has other...