-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a3cd823
commit fd32ad5
Showing
20 changed files
with
391 additions
and
249 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
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
defaults: | ||
- backend: py-txi | ||
- launcher: inline # default launcher | ||
- benchmark: inference # default benchmark | ||
- experiment # inheriting experiment schema | ||
- _self_ # for hydra 1.1 compatibility | ||
- override hydra/job_logging: colorlog # colorful logging | ||
- override hydra/hydra_logging: colorlog # colorful logging | ||
|
||
experiment_name: tei_bert | ||
|
||
backend: | ||
device: cpu | ||
pooling: cls | ||
model: bert-base-uncased | ||
|
||
benchmark: | ||
input_shapes: | ||
batch_size: 64 | ||
sequence_length: 128 | ||
|
||
# hydra/cli specific settings | ||
hydra: | ||
run: | ||
# where to store run results | ||
dir: runs/${experiment_name} | ||
sweep: | ||
# where to store sweep results | ||
dir: sweeps/${experiment_name} | ||
job: | ||
# change working directory to the run directory | ||
chdir: true | ||
env_set: | ||
# set environment variable OVERRIDE_BENCHMARKS to 1 | ||
# to not skip benchmarks that have been run before | ||
OVERRIDE_BENCHMARKS: 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
Oops, something went wrong.