Instructions to use adarshcod30/openforensics-ensemble with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use adarshcod30/openforensics-ensemble with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://adarshcod30/openforensics-ensemble") - Notebooks
- Google Colab
- Kaggle
File size: 380 Bytes
48caf7e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | {
"pairs": {
"Train|Validation": {
"shared_images": 0,
"pct_of_smaller": 0.0
},
"Train|Test": {
"shared_images": 0,
"pct_of_smaller": 0.0
},
"Validation|Test": {
"shared_images": 0,
"pct_of_smaller": 0.0
}
},
"leaking": false,
"within_split_duplicates": {
"Train": 0,
"Validation": 0,
"Test": 0
}
} |