Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- fastai
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
# ResNet
|
|
@@ -85,6 +93,4 @@ learn.dls = dls
|
|
| 85 |
|
| 86 |
learn.fit_one_cycle(1, lr_max=1.4858086386360967e-08)
|
| 87 |
|
| 88 |
-
```
|
| 89 |
-
|
| 90 |
-
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- fastai
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
datasets:
|
| 6 |
+
- smaciu/bee-wings-large
|
| 7 |
+
- smaciu/bee-wings-small
|
| 8 |
+
metrics:
|
| 9 |
+
- accuracy
|
| 10 |
+
library_name: fastai
|
| 11 |
+
pipeline_tag: image-classification
|
| 12 |
---
|
| 13 |
|
| 14 |
# ResNet
|
|
|
|
| 93 |
|
| 94 |
learn.fit_one_cycle(1, lr_max=1.4858086386360967e-08)
|
| 95 |
|
| 96 |
+
```
|
|
|
|
|
|