Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yingkaisha authored Sep 6, 2021
1 parent 4390760 commit f899f7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ from keras_unet_collection import models

* **Note**: Neural networks produced by this package may contain customized layers that are not part of the Tensorflow. It is reommended to save and load model weights.

Keras models created by this package may contain customized layers that are not
* [Changelog](https://github.com/yingkaisha/keras-unet-collection/blob/main/CHANGELOG.md)

# Examples

* Jupyter notebooks are provided as [examples](https://github.com/yingkaisha/keras-unet-collection/tree/main/examples):

Expand All @@ -81,8 +83,6 @@ Keras models created by this package may contain customized layers that are not

* Vision-Transformer-based examples are in progress, and available at [**keras-vision-transformer**](https://github.com/yingkaisha/keras-vision-transformer)

* [Changelog](https://github.com/yingkaisha/keras-unet-collection/blob/main/CHANGELOG.md)

# Dependencies

* TensorFlow 2.5.0, Keras 2.5.0, Numpy 1.19.5.
Expand Down

0 comments on commit f899f7a

Please sign in to comment.