An open API service indexing awesome lists of open source software.

https://github.com/eleutherai/features-across-time

Understanding how features learned by neural networks evolve throughout training
https://github.com/eleutherai/features-across-time

Last synced: about 1 year ago
JSON representation

Understanding how features learned by neural networks evolve throughout training

Awesome Lists containing this project

README

          

# features-across-time
Understanding how features learned by neural networks evolve throughout training

NOTE: Apologies for the sloppy code in many places. We plan to clean it up in the next few weeks.

### Reproduce Pythia Suite Experiments

Run the following Python scripts from the command line to collect and plot data over training steps:

```
python -m scripts.preprocess.build_ngram_data --n
python -m scripts.inference.ngrams --n
```

To plot existing data, use:

```
python -m scripts.plot.plot_single_rows
```