How to use BrendaTellez/SoundClassificationCNNRNN with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://BrendaTellez/SoundClassificationCNNRNN")
cf87eb1 de37ce0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- license: openrail datasets: - ashraq/esc50 language: - en metrics: - accuracy library_name: keras pipeline_tag: audio-classification tags: - biology - code ---