Skip to content
Snippets Groups Projects
  • Neta Zmora's avatar
    91f845a4
    Jupyter: straight-forward application of Truncated SVD on ResNet50 · 91f845a4
    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.
    91f845a4
    History
    Jupyter: straight-forward application of Truncated SVD on ResNet50
    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.