Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit ff1e289

Browse files
authored
Update README.md (#141)
* Update README.md * Minor version bump.
1 parent 3e2d77a commit ff1e289

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ In this example, we are using the multi-shot sampler that integrate directly fro
5858
from tensorflow_similarity.samplers import TFDatasetMultiShotMemorySampler
5959

6060
# Data sampler that generates balanced batches from MNIST dataset
61-
sampler = TFDatasetMultiShotMemorySampler(dataset_name='mnist', class_per_batch=10)
61+
sampler = TFDatasetMultiShotMemorySampler(dataset_name='mnist', classes_per_batch=10)
6262
```
6363

6464
### Building a Similarity model

tensorflow_similarity/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
__version__ = '0.13.22'
14+
__version__ = '0.13.23'

0 commit comments

Comments
 (0)