FRODO for free rejection of out-of-distribution samples in deep learning
Project description
FRODO: Free rejection of Out-of-distribution samples
use FRODO simply by
import model
from tf_frodo import FRODO
model_with_frodo = FRODO(model).fit(x_validation)
results = model_with_frodo.predict(x_test)
assert results["model_outputs"] == model(x_test)
results["FRODO"] # Rejection scores for each sample in x_test
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tf_frodo-0.0.3.tar.gz
(3.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tf_frodo-0.0.3.tar.gz.
File metadata
- Download URL: tf_frodo-0.0.3.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.63.1 importlib-metadata/4.8.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae8d90a70e10bc923a031b51ba03a85a3593d189edb7bddef8ec4519a502faa9
|
|
| MD5 |
0b4103a2ff7c4b8464a9118a7d83e7d6
|
|
| BLAKE2b-256 |
db2ad725be73367b6eb1bf32531496536ea7c54d2bdba869033af361948e078d
|
File details
Details for the file tf_frodo-0.0.3-py3-none-any.whl.
File metadata
- Download URL: tf_frodo-0.0.3-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.63.1 importlib-metadata/4.8.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af064273b6b256a93d3b92dc1a1cac072481d8cf613075bf079df7ce69179aa0
|
|
| MD5 |
3af80be562d545acd5426c966aa7f959
|
|
| BLAKE2b-256 |
0d73a126b08a78c55b2772ab5394061a2909fa263ddadce857577636f55503db
|