Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IMvision12 authored Mar 30, 2023
1 parent 00a2609 commit bbdbedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Then import model
import tensorflow as tf
from models import SegFormer_B3
model = SegFormer_B3(input_shape = (224, 224, 3), num_classes = 19)
print(model.summary(expand_nested=True))
print(model.summary())
```


Expand Down

0 comments on commit bbdbedf

Please sign in to comment.