Skip to content

Scripts

KenWWW edited this page Jul 24, 2023 · 4 revisions

The scripts folder contains scripts and notebooks used to produce plots.

Plotting Related Scripts

  • tfsemb_class.py: embedding classification and t-SNE on Phonemes, Place/Manner of Articulation, and Part of Speech (used mainly for Whisper Paper)
  • tfsenc_concat.py: concatenating encoding results for different lags. Tied with the concat-lags command in Makefile

Paper Notebooks

  • tfspaper_whisper_method.ipynb: whisper paper method figure (tentative)
  • tfspaper_whisper.ipynb: whisper paper figures

Plotting Scripts (core scripts bolded)

  • tfsplt_brainmap.py: brainmap script
  • tfsplt_brainmap_cat.py: brainmap script
  • tfsplt_colors-test.ipynb: testing colors for encoding plots
  • tfsplt_encoding-layers.py: encoding script variant (two splits)
  • tfsplt_encoding-twosplit.py: encoding script variant (layers with colorbar) (max correlation across layers)
  • tfsplt_encoding.py: main encoding script
  • tfsplt_utils.py: utils for color and pickle loading/saving

Clone this wiki locally