Skip to content

Commit

Permalink
Don't set seed in cfg when running with PL
Browse files Browse the repository at this point in the history
  • Loading branch information
tridao committed Jan 22, 2021
1 parent d92d7d0 commit 6fb1be7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cfg/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
defaults:
# - model: lstm
- dataset: mnist
- runner: ray
- runner: pl
model:
cell: legs
cell_args:
Expand All @@ -24,4 +24,4 @@ wandb:
group: ''
job_type: training
smoke_test: False
seed: [_sample_uniform, 0, 65536]
seed:

0 comments on commit 6fb1be7

Please sign in to comment.