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
You can use the fit_generator method too, e.g. if you want to apply augmentations to the data.
118
118
For complete training pipelines, go to the <ahref="https://github.com/JanMarcelKezmann/TensorFlow-Advanced-Segmentation-Models/blob/master/examples">Examples</a> folder
119
119
@@ -142,7 +142,7 @@ For complete training pipelines, go to the <a href="https://github.com/JanMarcel
(For Details see <ahref="https://github.com/JanMarcelKezmann/TensorFlow-Advanced-Segmentation-Models/tree/master/tensorflow_advanced_segmentation_models/backbones">here</a>.)
148
148
@@ -151,14 +151,14 @@ For complete training pipelines, go to the <a href="https://github.com/JanMarcel
All backbones have weights trained on 2012 ILSVRC ImageNet dataset.
161
-
161
+
162
162
**Further Model Information**
163
163
164
164
A new feature makes it possible to define the model as a Subclassed Model or as a Functional Model instead. To define the model as a Subclassed Model just write: **tasm.UNet** to define the UNet or replace it with any other model. If you want to define the Functional Model instead just append **.model()**, i.e. **tasm.UNet.model()**. This provides further TensorFlow features like saving the model in the "tf" format.
@@ -172,8 +172,8 @@ A new feature makes it possible to define the model as a Subclassed Model or as
0 commit comments