-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update hydra's config files with @Package
- Loading branch information
Showing
7 changed files
with
32 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# @package _global_ | ||
defaults: | ||
# - model: lstm | ||
- dataset: mnist | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
dataset: | ||
name: adding | ||
L: 1000 | ||
samples: 55000 | ||
test_samples: 5000 | ||
# @package _group_ | ||
name: adding | ||
L: 1000 | ||
samples: 55000 | ||
test_samples: 5000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# @package _group_ | ||
# Copying task | ||
dataset: | ||
name: copying | ||
L: 100 # length | ||
M: 10 # number of tokens to memorize | ||
A: 10 # alphabet size | ||
variable: False # Randomly distribute memorization tokens throughout sequence instead of frontloading them | ||
samples: 55000 | ||
test_samples: 5000 | ||
name: copying | ||
L: 100 # length | ||
M: 10 # number of tokens to memorize | ||
A: 10 # alphabet size | ||
variable: False # Randomly distribute memorization tokens throughout sequence instead of frontloading them | ||
samples: 55000 | ||
test_samples: 5000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# @package _group_ | ||
# CharacterTrajectories | ||
dataset: | ||
name: ct | ||
# Sampling frequency relative to original sequence | ||
train_hz: 1 | ||
eval_hz: 1 | ||
# Sample evenly or randomly | ||
train_uniform: True | ||
eval_uniform: True | ||
# Include timestamps in input | ||
timestamp: False | ||
# Timestamp scale (multiplier on timestamp) | ||
train_ts: 1 | ||
eval_ts: 1 | ||
name: ct | ||
# Sampling frequency relative to original sequence | ||
train_hz: 1 | ||
eval_hz: 1 | ||
# Sample evenly or randomly | ||
train_uniform: True | ||
eval_uniform: True | ||
# Include timestamps in input | ||
timestamp: False | ||
# Timestamp scale (multiplier on timestamp) | ||
train_ts: 1 | ||
eval_ts: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# @package _global_ | ||
dataset: | ||
name: imdb | ||
vocab_size: 25000 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
dataset: | ||
name: mnist | ||
permute: False | ||
# @package _group_ | ||
name: mnist | ||
permute: False |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# @package _global_ | ||
runner: | ||
name: pl | ||
ntrials: 1 | ||
|