Spaces:
Runtime error
Runtime error
Commit
·
6f29089
1
Parent(s):
b40a1f8
updated notebook
Browse files
notebooks/enhance_me_train.ipynb
CHANGED
|
@@ -22,7 +22,7 @@
|
|
| 22 |
},
|
| 23 |
"outputs": [],
|
| 24 |
"source": [
|
| 25 |
-
"!git clone https://github.com/soumik12345/enhance-me
|
| 26 |
"!pip install -qqq wandb streamlit"
|
| 27 |
]
|
| 28 |
},
|
|
@@ -187,16 +187,15 @@
|
|
| 187 |
"source": [
|
| 188 |
"# @title Zero-DCE Train Configs\n",
|
| 189 |
"\n",
|
| 190 |
-
"experiment_name = \"
|
| 191 |
"image_size = 256 # @param {type:\"integer\"}\n",
|
| 192 |
-
"dataset_label = \"
|
| 193 |
"use_mixed_precision = False # @param {type:\"boolean\"}\n",
|
| 194 |
"apply_resize = True # @param {type:\"boolean\"}\n",
|
| 195 |
"apply_random_horizontal_flip = True # @param {type:\"boolean\"}\n",
|
| 196 |
"apply_random_vertical_flip = True # @param {type:\"boolean\"}\n",
|
| 197 |
"apply_random_rotation = True # @param {type:\"boolean\"}\n",
|
| 198 |
-
"
|
| 199 |
-
"wandb_api_key = \"8d7149fe07496df2aaab8e9856a6ed8564e2a644\" # @param {type:\"string\"}\n",
|
| 200 |
"val_split = 0.1 # @param {type:\"slider\", min:0.1, max:1.0, step:0.1}\n",
|
| 201 |
"batch_size = 16 # @param {type:\"integer\"}\n",
|
| 202 |
"learning_rate = 1e-4 # @param {type:\"number\"}\n",
|
|
|
|
| 22 |
},
|
| 23 |
"outputs": [],
|
| 24 |
"source": [
|
| 25 |
+
"!git clone https://github.com/soumik12345/enhance-me\n",
|
| 26 |
"!pip install -qqq wandb streamlit"
|
| 27 |
]
|
| 28 |
},
|
|
|
|
| 187 |
"source": [
|
| 188 |
"# @title Zero-DCE Train Configs\n",
|
| 189 |
"\n",
|
| 190 |
+
"experiment_name = \"unpaired_low_light_256_resize\" # @param {type:\"string\"}\n",
|
| 191 |
"image_size = 256 # @param {type:\"integer\"}\n",
|
| 192 |
+
"dataset_label = \"unpaired\" # @param [\"lol\", \"unpaired\"]\n",
|
| 193 |
"use_mixed_precision = False # @param {type:\"boolean\"}\n",
|
| 194 |
"apply_resize = True # @param {type:\"boolean\"}\n",
|
| 195 |
"apply_random_horizontal_flip = True # @param {type:\"boolean\"}\n",
|
| 196 |
"apply_random_vertical_flip = True # @param {type:\"boolean\"}\n",
|
| 197 |
"apply_random_rotation = True # @param {type:\"boolean\"}\n",
|
| 198 |
+
"wandb_api_key = \"\" # @param {type:\"string\"}\n",
|
|
|
|
| 199 |
"val_split = 0.1 # @param {type:\"slider\", min:0.1, max:1.0, step:0.1}\n",
|
| 200 |
"batch_size = 16 # @param {type:\"integer\"}\n",
|
| 201 |
"learning_rate = 1e-4 # @param {type:\"number\"}\n",
|