Skip to content

Commit

Permalink
Update README.md (#141)
Browse files Browse the repository at this point in the history
* Update README.md

* Minor version bump.
  • Loading branch information
owenvallis authored Sep 13, 2021
1 parent 3e2d77a commit ff1e289
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ In this example, we are using the multi-shot sampler that integrate directly fro
from tensorflow_similarity.samplers import TFDatasetMultiShotMemorySampler

# Data sampler that generates balanced batches from MNIST dataset
sampler = TFDatasetMultiShotMemorySampler(dataset_name='mnist', class_per_batch=10)
sampler = TFDatasetMultiShotMemorySampler(dataset_name='mnist', classes_per_batch=10)
```

### Building a Similarity model
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_similarity/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = '0.13.22'
__version__ = '0.13.23'

0 comments on commit ff1e289

Please sign in to comment.