kiyoonkim commited on
Commit
b2ea4d0
1 Parent(s): ee0e52b

Upload config.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.yaml +124 -0
config.yaml ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ callbacks:
2
+ hf_uploader:
3
+ _target_: mlproject.callbacks.UploadCheckpointsToHuggingFace
4
+ repo_name: aaf
5
+ repo_owner: kiyoonkim
6
+ code_dir: /home/kiyoon/project/mlproject
7
+ current_experiment_dir: /disk/scratch2/experiments/aaf
8
+ data_dir: /disk/scratch_fast1/datasets
9
+ dataloader:
10
+ _target_: torch.utils.data.dataloader.DataLoader
11
+ batch_sampler: null
12
+ batch_size: 8
13
+ collate_fn: null
14
+ dataset: null
15
+ drop_last: false
16
+ generator: null
17
+ multiprocessing_context: null
18
+ num_workers: 4
19
+ persistent_workers: false
20
+ pin_memory: true
21
+ pin_memory_device: ''
22
+ prefetch_factor: null
23
+ sampler: null
24
+ shuffle: true
25
+ timeout: 0.0
26
+ worker_init_fn: null
27
+ dataset: {}
28
+ download_checkpoint_with_name: null
29
+ download_latest: true
30
+ eval_batch_size: 8
31
+ exp_name: aaf
32
+ freeze_backbone: false
33
+ hf_repo_dir: /disk/scratch2/experiments/aaf/repo
34
+ hf_username: kiyoonkim
35
+ learner:
36
+ _target_: mlproject.boilerplate.Learner
37
+ callbacks: null
38
+ checkpoint_after_validation: true
39
+ checkpoint_every_n_steps: 500
40
+ evaluate_every_n_epochs: null
41
+ evaluate_every_n_steps: 500
42
+ evaluators: null
43
+ experiment_dir: /disk/scratch2/experiments/aaf/repo
44
+ experiment_name: aaf
45
+ limit_train_iters: null
46
+ limit_val_iters: null
47
+ model: null
48
+ print_model_parameters: false
49
+ resume: false
50
+ test_dataloaders: null
51
+ train_dataloader: null
52
+ train_epochs: null
53
+ train_iters: 10000
54
+ trainers: null
55
+ val_dataloaders: null
56
+ model: {}
57
+ num_workers: 4
58
+ optimizer:
59
+ _partial_: true
60
+ _target_: torch.optim.adamw.AdamW
61
+ amsgrad: false
62
+ betas:
63
+ - 0.9
64
+ - 0.999
65
+ capturable: false
66
+ differentiable: false
67
+ eps: 1.0e-08
68
+ foreach: null
69
+ fused: null
70
+ lr: 1.0e-05
71
+ maximize: false
72
+ weight_decay: 1.0e-05
73
+ print_config: false
74
+ repo_path: kiyoonkim/aaf
75
+ resume: false
76
+ resume_from_checkpoint: null
77
+ root_experiment_dir: /disk/scratch2/experiments
78
+ scheduler:
79
+ _partial_: true
80
+ _target_: timm.scheduler.cosine_lr.CosineLRScheduler
81
+ cycle_decay: 1.0
82
+ cycle_limit: 1
83
+ cycle_mul: 1.0
84
+ initialize: true
85
+ k_decay: 1.0
86
+ lr_min: 0.0
87
+ noise_pct: 0.67
88
+ noise_range_t: null
89
+ noise_seed: 42
90
+ noise_std: 1.0
91
+ t_in_epochs: true
92
+ warmup_lr_init: 0
93
+ warmup_prefix: false
94
+ warmup_t: 0
95
+ seed: 42
96
+ test: false
97
+ train: true
98
+ train_batch_size: 8
99
+ wandb_args:
100
+ _target_: wandb.sdk.wandb_init.init
101
+ allow_val_change: null
102
+ anonymous: null
103
+ config: null
104
+ config_exclude_keys: null
105
+ config_include_keys: null
106
+ dir: /disk/scratch2/experiments/aaf
107
+ entity: null
108
+ force: null
109
+ group: null
110
+ id: null
111
+ job_type: null
112
+ magic: null
113
+ mode: null
114
+ monitor_gym: null
115
+ name: null
116
+ notes: null
117
+ project: simple-tutorial
118
+ reinit: null
119
+ resume: allow
120
+ save_code: true
121
+ settings: null
122
+ sync_tensorboard: null
123
+ tags: null
124
+ tensorboard: null