Instructions to use rogernancada/Capstone_Deblurring_WGAN with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use rogernancada/Capstone_Deblurring_WGAN with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://rogernancada/Capstone_Deblurring_WGAN") - Notebooks
- Google Colab
- Kaggle
File size: 116 Bytes
0d778a3 | 1 2 3 4 5 6 |
# GAN Model
This repository contains a GAN architecture with the following components:
- Generator
- Discriminator
|