You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-10Lines changed: 20 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ model = resnet50(num_classes=10)
91
91
92
92
# Predefined Xresnet from fastai 1.
93
93
94
-
This ie simplified version from fastai v1. I did refactoring for better understand and experime with models. For example, change activation funtions, different stems, batchnorm and activation order etc. In v2 much powerfull realisation.
94
+
This ie simplified version from fastai v1. I did refactoring for better understand and experiment with models. For example, it's very simple to change activation funtions, different stems, batchnorm and activation order etc. In v2 much powerfull realisation.
95
95
<divclass="codecell"markdown="1">
96
96
<divclass="input_area"markdown="1">
97
97
@@ -113,7 +113,7 @@ model = xresnet50()
113
113
114
114
</div>
115
115
116
-
# Some examples
116
+
# Some examples.
117
117
118
118
We can experiment with models by changing some parts of model. Here only base functionality, but it can be easily extanded.
0 commit comments