Commit
·
1ade0f2
1
Parent(s):
56a6fc9
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,13 @@
|
|
| 1 |
This repository contains model trained to predict orientation {0:'up', 1:'down'} of images.
|
| 2 |
The model '.pkl' file contains a dictionary with the following keys:
|
| 3 |
|
| 4 |
-
```
|
|
|
|
| 5 |
'optimizer': optimizer state dictionary
|
| 6 |
'scheduler': scheduler state dictionary
|
| 7 |
'model': model state dictionary
|
| 8 |
'epoch': checkpoint epoch
|
|
|
|
| 9 |
```
|
| 10 |
|
| 11 |
---
|
|
|
|
| 1 |
This repository contains model trained to predict orientation {0:'up', 1:'down'} of images.
|
| 2 |
The model '.pkl' file contains a dictionary with the following keys:
|
| 3 |
|
| 4 |
+
```python:
|
| 5 |
+
{
|
| 6 |
'optimizer': optimizer state dictionary
|
| 7 |
'scheduler': scheduler state dictionary
|
| 8 |
'model': model state dictionary
|
| 9 |
'epoch': checkpoint epoch
|
| 10 |
+
}
|
| 11 |
```
|
| 12 |
|
| 13 |
---
|