Skip to content

Commit

Permalink
Merge pull request #569 from AMHermansen/config-patch-AMHermansen
Browse files Browse the repository at this point in the history
Changed dtype in config files
  • Loading branch information
AMHermansen authored Aug 21, 2023
2 parents f6e0328 + 9702be5 commit 720aba6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ graph_definition:
detector:
arguments: {}
class_name: IceCube86
dtype: null
dtype: torch.float32
nb_nearest_neighbours: 8
node_definition:
arguments: {}
Expand Down
2 changes: 1 addition & 1 deletion configs/datasets/test_data_sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ graph_definition:
detector:
arguments: {}
class_name: Prometheus
dtype: null
dtype: torch.float32
nb_nearest_neighbours: 8
node_definition:
arguments: {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ graph_definition:
detector:
arguments: {}
class_name: Prometheus
dtype: null
dtype: torch.float32
nb_nearest_neighbours: 8
node_definition:
arguments: {}
Expand Down
2 changes: 1 addition & 1 deletion configs/datasets/training_example_data_parquet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ graph_definition:
detector:
arguments: {}
class_name: Prometheus
dtype: null
dtype: torch.float32
nb_nearest_neighbours: 8
node_definition:
arguments: {}
Expand Down
2 changes: 1 addition & 1 deletion configs/datasets/training_example_data_sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ graph_definition:
detector:
arguments: {}
class_name: Prometheus
dtype: null
dtype: torch.float32
nb_nearest_neighbours: 8
node_definition:
arguments: {}
Expand Down

0 comments on commit 720aba6

Please sign in to comment.