nab170130
nab170130
Add medical imaging benchmarks
Benchmark notebooks require call to delete_checkpoints() at the end of train_one
While the `pip` installation works for Google Colab, I am still running into issues installing on a Windows system with C++20 VS build tools. There are quite a few warnings;...
The select() methods for the targeted subset selection strategies need to have self.model.eval(). Without it, the embedding computation will not necessarily be the same for similar points, which may cause...