Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

hikmatfarhat
/
wgan-gp

Feature Extraction
Transformers
Safetensors
WGAN_GP
custom_code
Model card Files Files and versions
xet
Community

Instructions to use hikmatfarhat/wgan-gp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hikmatfarhat/wgan-gp with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="hikmatfarhat/wgan-gp", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("hikmatfarhat/wgan-gp", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
wgan-gp
52.5 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
hikmatfarhat's picture
hikmatfarhat
Upload WGAN_GP
10a70ad over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    1.65 kB
    Upload WGAN_GP over 2 years ago
  • config.py
    194 Bytes
    Upload WGAN_GP over 2 years ago
  • dcgan.py
    3.39 kB
    Upload dcgan.py with huggingface_hub over 2 years ago
  • model.py
    549 Bytes
    Upload WGAN_GP over 2 years ago
  • model.safetensors
    52.5 MB
    xet
    Upload WGAN_GP over 2 years ago
  • utils.py
    866 Bytes
    Upload utils.py with huggingface_hub over 2 years ago