Instructions to use JabaleNurAdnan/CS_Checkpoints_Dataset with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use JabaleNurAdnan/CS_Checkpoints_Dataset with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://JabaleNurAdnan/CS_Checkpoints_Dataset") - Notebooks
- Google Colab
- Kaggle
| { | |
| "tag": "Edge_IIoTset__CNN__FedNova__iid", | |
| "dataset": "Edge_IIoTset", | |
| "model": "CNN", | |
| "fl_algo": "FedNova", | |
| "partition": "iid", | |
| "n_clients": 30, | |
| "n_rounds": 30, | |
| "max_cap": 2000, | |
| "total_time_s": 4235.9, | |
| "model_params": 8993, | |
| "model_mb": 0.036, | |
| "final": { | |
| "accuracy": 0.99987, | |
| "precision": 0.9997600527883865, | |
| "recall": 0.99998, | |
| "f1_binary": 0.9998700142984271, | |
| "f1_macro": 0.999869999998427, | |
| "f1_weighted": 0.999869999998427, | |
| "fpr": 0.00024, | |
| "auc_roc": 0.9998799962, | |
| "threshold": 1.0, | |
| "round": 30, | |
| "comm_mb": 0, | |
| "round_time_s": 0 | |
| } | |
| } |