Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ House plan sketches
|
|
9 |
|
10 |
|
11 |
## Model Details
|
12 |
-
|
13 |
class TrainingConfig:
|
14 |
image_size = 192 # the generated image resolution
|
15 |
train_batch_size = 8
|
@@ -28,7 +28,7 @@ class TrainingConfig:
|
|
28 |
seed = 0
|
29 |
|
30 |
config = TrainingConfig()
|
31 |
-
|
32 |
### Model Description
|
33 |
|
34 |
<!-- Provide a longer summary of what this model is. -->
|
|
|
9 |
|
10 |
|
11 |
## Model Details
|
12 |
+
```python
|
13 |
class TrainingConfig:
|
14 |
image_size = 192 # the generated image resolution
|
15 |
train_batch_size = 8
|
|
|
28 |
seed = 0
|
29 |
|
30 |
config = TrainingConfig()
|
31 |
+
```
|
32 |
### Model Description
|
33 |
|
34 |
<!-- Provide a longer summary of what this model is. -->
|