Andrew Healey

Results 3 issues of Andrew Healey

There was an if statement in the `parseData` function (in the npm module, it is in `modules/parse.fn.js`) which would return the full `Array` returned by `rgx.exec(data)`, instead of the `String`...

I corrected "wrapps" to "wraps"

# Changes ### Precomputing The core training loop of PerSAM_f does a lot of unnecessary computation. It evaluates the SAM mask detector once every epoch, but this step can be...