文件名称:TransGAN-PyTorch:[WIP] TransGAN论文的PyTorch实施
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-28 09:34:16
transformer gan image-generation Python
TransGAN-PyTorch PyTorch实施TransGAN论文 原始文件可以在找到。 安装 您可以通过pip安装软件包: pip install transgan-pytorch 用法 import torch from transgan_pytorch import TransGAN tgan = TransGAN (...) z = torch . rand ( 100 ) # random noise pred = tgan ( z ) 执照
【文件预览】:
TransGAN-PyTorch-main
----transgan_pytorch()
--------test.py(134B)
--------transgan_pytorch.py(5KB)
----LICENSE(1KB)
----.gitignore(2KB)
----README.md(469B)