Skip to content

kazemnejad/grokking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grokking

How to use

Install dependencies

  1. Install torch from its website
  2. Install the rest:
conda create -n grokking python=3.8
conda activate grokking
conda install pytorch torchvision torchaudio -c pytorch
pip install -r src/requirement.txt
  1. Configure Comet ML (Optional)
ipython

Run the following:

import comet_ml
comet_ml.init()

Train and Evaluation

python src/main.py --configs "configs/power_et_al_sum.conf" train

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages