Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ tags:
|
|
| 7 |
- LSTM
|
| 8 |
---
|
| 9 |
|
| 10 |
-
#
|
| 11 |
|
| 12 |
This model is defined as proposed in the book "mastering pytorch".
|
| 13 |
It is based on CNN-encoder and a LSTM-decoder.
|
|
@@ -17,8 +17,13 @@ The LSTM-decoder use an input of 256, a hidden layer of 512, and uses the vocabu
|
|
| 17 |
|
| 18 |
The model has been trained as a pure learning exercise, and so the model performances remain relatively mean.
|
| 19 |
|
| 20 |
-
#
|
| 21 |
|
| 22 |
For the sake of the exercise, the model has been trained for only 5 epochs.
|
| 23 |
|
| 24 |
-
It has been trained on the COCO dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
- LSTM
|
| 8 |
---
|
| 9 |
|
| 10 |
+
# Introduction
|
| 11 |
|
| 12 |
This model is defined as proposed in the book "mastering pytorch".
|
| 13 |
It is based on CNN-encoder and a LSTM-decoder.
|
|
|
|
| 17 |
|
| 18 |
The model has been trained as a pure learning exercise, and so the model performances remain relatively mean.
|
| 19 |
|
| 20 |
+
# Training procedure
|
| 21 |
|
| 22 |
For the sake of the exercise, the model has been trained for only 5 epochs.
|
| 23 |
|
| 24 |
+
It has been trained on the COCO dataset.
|
| 25 |
+
|
| 26 |
+
# Support
|
| 27 |
+
|
| 28 |
+
If you like my work, feel free to support me here:
|
| 29 |
+
[buymeacoffee.com/selfmaker](https://buymeacoffee.com/selfmaker)
|