Skip to content

Commit

Permalink
update tf version in badge
Browse files Browse the repository at this point in the history
  • Loading branch information
n3011 committed Mar 22, 2024
1 parent 363361e commit 74bc709
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 @@ -3,7 +3,7 @@
<a href="https://github.com/openagi/datum/actions?query=workflow%3Adatum_py310"><img alt="Datum Build Status" src="https://github.com/openagi/datum/workflows/datum_py310/badge.svg"></a>
<a href="https://github.com/openagi/datum/actions?query=workflow%3Adatum_py311"><img alt="Datum Build Status" src="https://github.com/openagi/datum/workflows/datum_py311/badge.svg"></a>
[![PyPI version](https://badge.fury.io/py/datum.svg)](https://badge.fury.io/py/datum)
[![TensorFlow 2.9](https://img.shields.io/badge/TensorFlow-2.9-FF6F00?logo=tensorflow)](https://github.com/tensorflow/tensorflow/releases/tag/v2.9.1)
[![TensorFlow 2.15](https://img.shields.io/badge/TensorFlow-2.15-FF6F00?logo=tensorflow)](https://github.com/tensorflow/tensorflow/releases/tag/v2.15.0)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Datum provides APIs to create tfrecord daatsets and read tfrecord as `tf.data.Datasets`
Expand Down

0 comments on commit 74bc709

Please sign in to comment.