上传者: 42098892 
                                    |
                                    上传时间: 2021-10-28 20:06:55
                                    |
                                    文件大小: 4KB
                                    |
                                    文件类型: -
                                
                            
                                
                            
                                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 )
执照