David Smith

Results 19 comments of David Smith

Is there a speed penalty for doing it this way, or is this how libraries like FFTW do 2D transforms under the hood?

It would be ideal to be able to pass a function as the `lr` parameter with the form `lr = f(epoch)`. Alternatively, the model `darknet` uses where a learning rate...

It's an old mechanic, but not consistent with AC checking attacks from monsters that kick, like `u`.

Possibly relevant: https://github.com/influenza/wand-of-rust

Also it would be useful to have a fast Fourier transform operation, but to do that you'd probably need to depend on a linear algebra library, and Rust doesn't really...

Since the actual in vivo data set has no known ground truth, perhaps it should be removed and the QIBA phantom should be the demo. Then the validation would occur...

In fact, the nightly build seems to be failing due to a bug in `ArgParse` which could be removed theoretically.

The overhead for keeping parallel functionality is a slower single CPU fit, since it still runs through the same framework, and of course code bloat with code that is especially...

The max error is the error for any one voxel. An error of 100% means there was at least one voxel that was off by 100%. The CCC is the...

RMSE is the root _mean_ square error, so it is across all voxels (in the mask). A CCC of 0.904 is pretty good in the presence of noise. A max...