Skip to content

Commit

Permalink
0.17 patches (#325)
Browse files Browse the repository at this point in the history
* fixes #323 Default indexer distance is now cosine in Sim Model.

Calling create_index method now defaults to cosine distance.

Additionally, auto distance defaults to cosine if no distance is passed to compile.

* fixes #322 remove all calls to tf.convert_to_tensor in SimModel.

* Update gitignore to exclude models and datasets from the example notebooks.

* Update multi-modal notebook to remove the call to compile.

* Patch bump
  • Loading branch information
owenvallis committed May 5, 2023
1 parent 374d9c5 commit e2c84b6
Show file tree
Hide file tree
Showing 3 changed files with 1,626 additions and 1,613 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ release.sh
benchmark/supervised/datasets/
benchmark/supervised/models/
datasets/
multi_modal_datasets/
*.h5

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
Loading

0 comments on commit e2c84b6

Please sign in to comment.