Skip to content

Commit

Permalink
fix config files (jpata#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
erwulff authored Oct 25, 2023
1 parent 38d2e59 commit 27d9798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parameters/pyg-clic.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
backend: pytorch

dataset: clic
data_dir: /mnt/ceph/users/ewulff/tensorflow_datasets/clusters
data_dir:
gpus: "0"
gpu_batch_multiplier: 1
load:
Expand Down
2 changes: 1 addition & 1 deletion parameters/pyg-cms.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
backend: pytorch

dataset: cms
data_dir: /mnt/ceph/users/ewulff/tensorflow_datasets/
data_dir:
gpus: "0"
gpu_batch_multiplier: 1
load:
Expand Down

0 comments on commit 27d9798

Please sign in to comment.