Skip to content

Commit

Permalink
Remove output_csv and output_pkl variables from config files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhernandezgarcia committed Jun 11, 2024
1 parent 50f6809 commit 0e1bdef
Show file tree
Hide file tree
Showing 24 changed files with 0 additions and 64 deletions.
2 changes: 0 additions & 2 deletions config/env/alaninedipeptide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,3 @@ buffer:
test:
type: grid
n: 1000
output_csv: alaninedipeptide_test.csv
output_pkl: alaninedipeptide_test.pkl
2 changes: 0 additions & 2 deletions config/env/ccube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,3 @@ buffer:
test:
type: grid
n: 900
output_csv: ccube_test.csv
output_pkl: ccube_test.pkl
2 changes: 0 additions & 2 deletions config/env/crystals/composition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,5 @@ buffer:
data_path: null
train:
type: all
output_csv: composition_train.csv
test:
type: all
output_csv: composition_test.csv
2 changes: 0 additions & 2 deletions config/env/crystals/lattice_parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,3 @@ buffer:
test:
type: grid
n: 900
output_csv: clp_test.csv
output_pkl: clp_test.pkl
4 changes: 0 additions & 4 deletions config/env/crystals/spacegroup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,5 @@ buffer:
data_path: null
train:
type: all
output_csv: spacegroup_train.csv
output_pkl: spacegroup_train.pkl
test:
type: all
output_csv: spacegroup_test.csv
output_pkl: spacegroup_test.pkl
2 changes: 0 additions & 2 deletions config/env/ctorus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,3 @@ buffer:
test:
type: grid
n: 1000
output_csv: ctorus_test.csv
output_pkl: ctorus_test.pkl
2 changes: 0 additions & 2 deletions config/env/grid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ buffer:
train: null
test:
type: all
output_csv: grid_test.csv
output_pkl: grid_test.pkl
2 changes: 0 additions & 2 deletions config/env/htorus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,3 @@ buffer:
test:
type: grid
n: 1000
output_csv: htorus_test.csv
output_pkl: htorus_test.pkl
2 changes: 0 additions & 2 deletions config/env/scrabble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@ buffer:
test:
type: uniform
n: 10
output_csv: scrabble_test.csv
output_pkl: scrabble_test.pkl
3 changes: 0 additions & 3 deletions config/env/tetris.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,3 @@ buffer:
test:
type: random
n: 10
output_csv: tetris_test.csv
output_pkl: tetris_test.pkl

3 changes: 0 additions & 3 deletions config/env/torus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,5 @@ buffer:
data_path: null
train:
type: all
output_csv: torus_train.csv
test:
type: all
output_csv: torus_test.csv
output_pkl: torus_test.pkl
2 changes: 0 additions & 2 deletions config/env/tree.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,3 @@ buffer:
test:
type: random
n: 1000
output_csv: tree_test.csv
output_pkl: tree_test.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ shared:
test:
type: grid
n: 1000
output_csv: ccube_test.csv
output_pkl: ccube_test.pkl
# Proxy
proxy: corners
# GFlowNet config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ shared:
test:
type: grid
n: 1000
output_csv: ccube_test.csv
output_pkl: ccube_test.pkl
# Proxy
proxy: corners
# GFlowNet config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ shared:
test:
type: grid
n: 1000
output_csv: ccube_test.csv
output_pkl: ccube_test.pkl
# Proxy
proxy: corners
# GFlowNet config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ shared:
test:
type: grid
n: 1000
output_csv: ccube_test.csv
output_pkl: ccube_test.pkl
# Proxy
proxy: corners
# GFlowNet config
Expand Down
4 changes: 0 additions & 4 deletions config/experiments/crystals/starling_bg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,9 @@ env:
train:
type: csv
path: /network/projects/crystalgfn/data/bandgap/train.csv
output_csv: crystal_train.csv
output_pkl: crystal_train.pkl
test:
type: csv
path: /network/projects/crystalgfn/data/bandgap/val.csv
output_csv: crystal_val.csv
output_pkl: crystal_val.pkl

# GFlowNet hyperparameters
gflownet:
Expand Down
4 changes: 0 additions & 4 deletions config/experiments/crystals/starling_bg_no_constraints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,9 @@ env:
train:
type: csv
path: /network/projects/crystalgfn/data/bandgap/train.csv
output_csv: crystal_train.csv
output_pkl: crystal_train.pkl
test:
type: csv
path: /network/projects/crystalgfn/data/bandgap/val.csv
output_csv: crystal_val.csv
output_pkl: crystal_val.pkl

# GFlowNet hyperparameters
gflownet:
Expand Down
4 changes: 0 additions & 4 deletions config/experiments/crystals/starling_density.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,9 @@ env:
train:
type: csv
path: /network/projects/crystalgfn/data/eform/train.csv
output_csv: crystal_train.csv
output_pkl: crystal_train.pkl
test:
type: csv
path: /network/projects/crystalgfn/data/eform/val.csv
output_csv: crystal_val.csv
output_pkl: crystal_val.pkl

# GFlowNet hyperparameters
gflownet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,9 @@ env:
train:
type: csv
path: /network/projects/crystalgfn/data/eform/train.csv
output_csv: crystal_train.csv
output_pkl: crystal_train.pkl
test:
type: csv
path: /network/projects/crystalgfn/data/eform/val.csv
output_csv: crystal_val.csv
output_pkl: crystal_val.pkl

# GFlowNet hyperparameters
gflownet:
Expand Down
4 changes: 0 additions & 4 deletions config/experiments/crystals/starling_fe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,9 @@ env:
train:
type: csv
path: /network/projects/crystalgfn/data/eform/train.csv
output_csv: crystal_train.csv
output_pkl: crystal_train.pkl
test:
type: csv
path: /network/projects/crystalgfn/data/eform/val.csv
output_csv: crystal_val.csv
output_pkl: crystal_val.pkl

# GFlowNet hyperparameters
gflownet:
Expand Down
4 changes: 0 additions & 4 deletions config/experiments/crystals/starling_fe_no_constraints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,9 @@ env:
train:
type: csv
path: /network/projects/crystalgfn/data/eform/train.csv
output_csv: crystal_train.csv
output_pkl: crystal_train.pkl
test:
type: csv
path: /network/projects/crystalgfn/data/eform/val.csv
output_csv: crystal_val.csv
output_pkl: crystal_val.pkl

# GFlowNet hyperparameters
gflownet:
Expand Down
2 changes: 0 additions & 2 deletions config/experiments/scrabble/jay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ env:
test:
type: random
n: 1000
output_csv: scrabble_test.csv
output_pkl: scrabble_test.pkl

# Proxy
proxy:
Expand Down
2 changes: 0 additions & 2 deletions config/experiments/scrabble/penguin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ env:
test:
type: random
n: 1000
output_csv: scrabble_test.csv
output_pkl: scrabble_test.pkl

# Proxy
proxy:
Expand Down

0 comments on commit 0e1bdef

Please sign in to comment.