- Feb 26, 2019
-
-
Lev Zlotnik authored
Not backward compatible - re-installation is required * Fixes for PyTorch==1.0.0 * Refactoring folder structure * Update installation section in docs
-
- Oct 23, 2018
-
-
Neta Zmora authored
This is a simple application of Truncated SVD, just to get a feeling of what happens to the accuracy if we use TruncatedSVD w/o fine-tuning. We apply Truncated SVD on the linear layer found at the end of ResNet50, and run a test over the validation dataset to measure the impact on the classification accuracy.
-