Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #48 from EleutherAI/loss_summary
Browse files Browse the repository at this point in the history
loss_summary
  • Loading branch information
sdtblck committed Sep 12, 2020
2 parents 309f524 + 2374cdc commit 5b9b433
Show file tree
Hide file tree
Showing 29 changed files with 212 additions and 705 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ $ python main.py --test
To see the tensorboard

```bash
$ sh start_test_tb.sh 8081
$ sh scripts/start_test_tb.sh 8081
```

To run a prediction
Expand Down
3 changes: 2 additions & 1 deletion configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@

DATASETS = {}

for path in Path('./dataset_configs').glob('*.json'):
for path in Path('./configs/dataset_configs').glob('*.json'):
dataset_id = path.stem
DATASETS[dataset_id] = json.loads(path.read_text())


def fetch_model_params(model):
model_path = model if model.endswith('.json') else 'configs/{}.json'.format(model)
with open(model_path, 'r') as f:
Expand Down
File renamed without changes.
36 changes: 0 additions & 36 deletions configs/old_configs/1.5B.json

This file was deleted.

35 changes: 0 additions & 35 deletions configs/old_configs/117M.json

This file was deleted.

36 changes: 0 additions & 36 deletions configs/old_configs/128_test.json

This file was deleted.

35 changes: 0 additions & 35 deletions configs/old_configs/345M.json

This file was deleted.

34 changes: 0 additions & 34 deletions configs/old_configs/8_selu.json

This file was deleted.

35 changes: 0 additions & 35 deletions configs/old_configs/PrettyBig.json

This file was deleted.

36 changes: 0 additions & 36 deletions configs/old_configs/bmk512_2.json

This file was deleted.

39 changes: 0 additions & 39 deletions configs/old_configs/bmk_512.json

This file was deleted.

34 changes: 0 additions & 34 deletions configs/old_configs/colab.json

This file was deleted.

37 changes: 0 additions & 37 deletions configs/old_configs/gpt2_256.json

This file was deleted.

Loading

0 comments on commit 5b9b433

Please sign in to comment.