mirror of
https://github.com/denshooter/gpu_colorization.git
synced 2026-01-21 12:32:57 +01:00
Expand readme
This commit is contained in:
22
README.md
22
README.md
@@ -13,6 +13,28 @@ In total, 10 FPS can be archived on this embedded GPU.
|
||||
- TensorFlow 2
|
||||
- OpenCV 3.3.1
|
||||
|
||||
## Model
|
||||
|
||||
```bash
|
||||
Model: "autoencoder"
|
||||
_______________________________________________________________
|
||||
Layer (type) Output Shape Param #
|
||||
===============================================================
|
||||
encoder (Encoder) multiple 148155
|
||||
|
||||
decoder (Decoder) multiple 150145
|
||||
|
||||
===============================================================
|
||||
Total params: 298,302
|
||||
Trainable params: 297,210
|
||||
Non-trainable params: 1,092
|
||||
_______________________________________________________________
|
||||
```
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## Usage
|
||||
|
||||
### Training
|
||||
|
||||
Reference in New Issue
Block a user