ed1d1a8d/scaling

Studying scaling laws in artificial and biological intelligence.

0

stars

394

commits

Jupyter Notebook

primary language

Mar 26, 2023

updated

README

Scaling

Code for investigating neural scaling laws. Associated paper: https://arxiv.org/abs/2302.07348

Setup

  1. Create a conda environment:
    micromamba create -n scaling-v3 python=3.9
    
  2. Install pip dependencies:
    conda activate scaling-v3
    pip install -r requirements.txt
    

Typechecking

Run the command

mypy

Formatting

Run the command

black --check src

Best practices

  • Any job that is submitted to slurm should probably be tracked with wandb. This makes is much easier to keep track of jobs and debug jobs that crash (since wandb logs things like memory usage).

Contributors

ed1d1a8d

369 commits

zablotchi

25 commits

ed1d1a8d/scaling

Studying scaling laws in artificial and biological intelligence.

0

stars

394

commits

Jupyter Notebook

primary language

Mar 26, 2023

updated

README

Scaling

Code for investigating neural scaling laws. Associated paper: https://arxiv.org/abs/2302.07348

Setup

  1. Create a conda environment:
    micromamba create -n scaling-v3 python=3.9
    
  2. Install pip dependencies:
    conda activate scaling-v3
    pip install -r requirements.txt
    

Typechecking

Run the command

mypy

Formatting

Run the command

black --check src

Best practices

  • Any job that is submitted to slurm should probably be tracked with wandb. This makes is much easier to keep track of jobs and debug jobs that crash (since wandb logs things like memory usage).

Contributors

ed1d1a8d

369 commits

zablotchi

25 commits

Languages

Jupyter Notebook

98.8%