GlockPL
GlockPL
Hi, I'm writing a DLL that is loaded into certain software which creates drag and drop blocks that than can be used as additional functionality in software. I wrote block...
Is there a way to resume training from saved checkpoint? I don't see in Readme any commands for that.
I managed to pass 1D flatten vector like that: `jlcxx::Array run_heuristic(const std::vector& matrix, std::size_t rows, std::size_t cols)` with julia code looking like that: `solution = run_heuristic(CxxWrap.StdVector(vec_array), size(arr, 1), size(arr, 2))`...