nousr commited on
Commit
293fd5a
1 Parent(s): b6a1944

Upload decoder_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. decoder_config.json +5 -3
decoder_config.json CHANGED
@@ -33,7 +33,7 @@
33
  "webdataset_base_url": "pipe:aws s3 cp --quiet s3://s-datasets/laion-aesthetic/data/laion2B-en-aesthetic/{}.tar -",
34
  "embeddings_url": "s3://s-datasets/laion-aesthetic/ordered_embeddings/",
35
  "num_workers": 12,
36
- "batch_size": 22,
37
  "start_shard": 0,
38
  "end_shard": 5247,
39
  "shard_width": 5,
@@ -82,7 +82,7 @@
82
  }
83
  },
84
  "tracker": {
85
- "data_path": ".tracker-data",
86
  "overwrite_data_path": true,
87
 
88
  "log": {
@@ -90,8 +90,9 @@
90
 
91
  "wandb_entity": "nousr_laion",
92
  "wandb_project": "dalle2_train_decoder",
93
-
94
  "wandb_run_id": "5ojoz4bw",
 
95
  "wandb_resume": true,
96
 
97
  "verbose": true
@@ -99,6 +100,7 @@
99
 
100
  "load": {
101
  "load_from": "wandb",
 
102
  "wandb_file_path": "latest.pth"
103
  },
104
 
 
33
  "webdataset_base_url": "pipe:aws s3 cp --quiet s3://s-datasets/laion-aesthetic/data/laion2B-en-aesthetic/{}.tar -",
34
  "embeddings_url": "s3://s-datasets/laion-aesthetic/ordered_embeddings/",
35
  "num_workers": 12,
36
+ "batch_size": 21,
37
  "start_shard": 0,
38
  "end_shard": 5247,
39
  "shard_width": 5,
 
82
  }
83
  },
84
  "tracker": {
85
+ "data_path": ".tracker-data-2",
86
  "overwrite_data_path": true,
87
 
88
  "log": {
 
90
 
91
  "wandb_entity": "nousr_laion",
92
  "wandb_project": "dalle2_train_decoder",
93
+
94
  "wandb_run_id": "5ojoz4bw",
95
+
96
  "wandb_resume": true,
97
 
98
  "verbose": true
 
100
 
101
  "load": {
102
  "load_from": "wandb",
103
+ "wandb_run_path": "nousr_laion/dalle2_train_decoder/5ojoz4bw",
104
  "wandb_file_path": "latest.pth"
105
  },
106