Skip to content

Commit

Permalink
experiment directory change
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Shikov committed Oct 25, 2023
1 parent 7d93282 commit add3659
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,3 @@ data/
.idea/
.run/
.vscode/

# Experiment folder
/experiments
2 changes: 1 addition & 1 deletion configs/train_surrogate_TS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ trainer:
devices: "auto"

tensorboard_logger:
save_dir: "./experiments/TS"
save_dir: "./logs/TS"
name: "model_training"

model_checkpoint_callback:
Expand Down
4 changes: 2 additions & 2 deletions configs/train_surrogate_model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ model:
global_pool: "mean"
use_edge_attr: False
pipe_encoder_type: "graph_transformer"
dataset_encoder_type: "aggregated" #"column"
dataset_encoder_type: "column" #"column" or "aggregated"
weight_decay: 0.0001
lr: 0.001
temperature: 5
Expand All @@ -42,7 +42,7 @@ trainer:
devices: "auto"

tensorboard_logger:
save_dir: "./experiments/openml_meta_features_and_fedot_pipelines/train_surrogate_model_best"
save_dir: "./logs/openml_meta_features_and_fedot_pipelines/train_surrogate_model_best"
name: "model_training"

model_checkpoint_callback:
Expand Down
2 changes: 1 addition & 1 deletion configs/tune_surrogate_model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ trainer:
devices: "auto"

tensorboard_logger:
save_dir: "./experiments/tune_surrogate_model"
save_dir: "./logs/tune_surrogate_model"
name: "hyperparameter_tuning"

model_checkpoint_callback:
Expand Down

0 comments on commit add3659

Please sign in to comment.