CoolFace
Datasetpublic

timaeus/jaxgmg-sus-vis-data

jaxgmg-sus-vis-data HTML plot storage for the Susceptibility Visualizations Space. Structure <model_name>/ comparison_*.html <run_name>_nbeta:<N>_perturbation_type:<type>/ conv_vs_fc_direction.html conv_blocks_3d_direction.html fc_layers_3d_direction.html pca_direction.html Adding plots cp -r /path/to/figs/<model_name> . git add . && git commit -m "Add <model_name> plots" && git push

sourceHugging Facemitupdated 5mo agoView on Hugging Face
0likes573downloads
Dataset Card

jaxgmg-sus-vis-data

HTML plot storage for the Susceptibility Visualizations Space.

Structure

<model_name>/
  comparison_*.html
  <run_name>_nbeta:<N>_perturbation_type:<type>/
    conv_vs_fc_direction.html
    conv_blocks_3d_direction.html
    fc_layers_3d_direction.html
    pca_direction.html

Adding plots

bash
cp -r /path/to/figs/<model_name> .
git add . && git commit -m "Add <model_name> plots" && git push
timaeus/jaxgmg-sus-vis-data · CoolFace