Skip to content

Commit 8008e43

Browse files
authored
added ResNetBlock sample description to README
1 parent 49eb90b commit 8008e43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ See also:
2929

3030
**LinearSVM** - incomplete port due to a bug with tf.flags
3131

32+
**ResNetBlock** - same as FashionMnistClassification above, but shows `Model` subclassing
33+
to implement ResNet block.
34+
3235
**SimpleApproximation** - uses a simple 1 hidden layer neural network to approximate an arbitrary function.
3336

3437
All models **can be modified and trained**.

0 commit comments

Comments
 (0)