Skip to content

Commit

Permalink
removed paths and lables
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcleigh committed Mar 8, 2023
1 parent 009362a commit 6a216a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configs/loggers/default.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
wandb:
_target_: pytorch_lightning.loggers.wandb.WandbLogger
entity: jet-diffusion
entity: null
offline: False
id: null
log_model: False
Expand Down
4 changes: 2 additions & 2 deletions configs/paths/default.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# output dir will be created by hydra
data_dir: /home/matthew/Documents/data/jetnet/
output_dir: /home/matthew/Documents/saved_networks
data_dir: null
output_dir: null

# Interpolated
root_dir: ${oc.env:PROJECT_ROOT}
Expand Down
2 changes: 1 addition & 1 deletion configs/train.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defaults:
- _self_

seed: 12345 # For reproducibility
project_name: pcjedi_public # Determines output directory path and wandb project
project_name: pc_jedi # Determines output directory path and wandb project
network_name: ${now:%Y-%m-%d}_${now:%H-%M-%S-%f} # Used for both saving and wandb
ckpt_path: null # Checkpoint path to resume training

Expand Down

0 comments on commit 6a216a2

Please sign in to comment.