Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KeepTryingTo/Pytorch-GAN
/ functions
Functions
639 in github.com/KeepTryingTo/Pytorch-GAN
⨍
Functions
639
◇
Types & classes
107
Method
register_weights
Registers the weights of the model which will later be used when we take the moving average
StyleGAN/utils.py:112
Function
resize
:param file: :param size: :param folder_to_save: :return:
StyleGAN/prepare_data.py:17
Method
sample
Samples from the latent space and return the corresponding image space map. :param num_samples: (Int) Number of samples
PyTorch-VAE/models/miwae.py:166
Method
sample
Samples from the latent space and return the corresponding image space map. :param num_samples: (Int) Number of samples
PyTorch-VAE/models/dfcvae.py:192
Method
sample
Samples from the latent space and return the corresponding image space map. :param num_samples: (Int) Number of samples
PyTorch-VAE/models/logcosh_vae.py:157
Method
sample
Samples from the latent space and return the corresponding image space map. :param num_samples: (Int) Number of samples
PyTorch-VAE/models/cat_vae.py:179
Method
sample
Samples from the latent space and return the corresponding image space map. :param num_samples: (Int) Number of samples
PyTorch-VAE/models/info_vae.py:231
Method
sample
Samples from the latent space and return the corresponding image space map. :param num_samples: (Int) Number of samples
PyTorch-VAE/models/vanilla_vae.py:148
Method
sample
(self, batch_size:int, current_device: int, **kwargs)
PyTorch-VAE/models/base.py:16
Method
sample
Samples from the latent space and return the corresponding image space map. :param num_samples: (Int) Number of samples
PyTorch-VAE/models/lvae.py:239
Method
sample
Samples from the latent space and return the corresponding image space map. :param num_samples: (Int) Number of samples
PyTorch-VAE/models/dip_vae.py:166
Method
sample
Samples from the latent space and return the corresponding image space map. :param num_samples: (Int) Number of samples
PyTorch-VAE/models/wae_mmd.py:206
Method
sample
Samples from the latent space and return the corresponding image space map. :param num_samples: (Int) Number of samples
PyTorch-VAE/models/beta_vae.py:154
Method
sample
Samples from the latent space and return the corresponding image space map. :param num_samples: (Int) Number of samples
PyTorch-VAE/models/cvae.py:149
Method
sample
Samples from the latent space and return the corresponding image space map. :param num_samples: (Int) Number of samples
PyTorch-VAE/models/joint_vae.py:236
Method
sample
Samples from the latent space and return the corresponding image space map. :param num_samples: (Int) Number of samples
PyTorch-VAE/models/betatc_vae.py:213
Method
sample
Samples from the latent space and return the corresponding image space map. :param num_samples: (Int) Number of samples
PyTorch-VAE/models/twostage_vae.py:172
Method
sample
Samples from the latent space and return the corresponding image space map. :param num_samples: (Int) Number of samples
PyTorch-VAE/models/mssim_vae.py:155
Method
sample
Samples from the latent space and return the corresponding image space map. :param num_samples: (Int) Number of samples
PyTorch-VAE/models/vampvae.py:170
Method
sample
Samples from the latent space and return the corresponding image space map. :param num_samples: (Int) Number of samples
PyTorch-VAE/models/fvae.py:203
Method
sample
Samples from the latent space and return the corresponding image space map. :param num_samples: (Int) Number of samples
PyTorch-VAE/models/iwae.py:162
Method
sample
(self, num_samples: int, current_device: Union[int, str], **kwargs)
PyTorch-VAE/models/vq_vae.py:213
Function
samples
:param args: 编码器产生的均值和噪声 :return:
VAE_AutoEncoder/utils.py:91
Function
save_checkPoint
(model,optimizer,filename)
AutoEncoder/utils.py:49
Function
save_checkPoint
(model,optimizer,filename)
Adversarial_AutoEncoder/utils.py:50
Function
save_checkPoint
(model,optimizer,filename)
Dropout_AutoEncoder/utils.py:49
Function
save_checkPoint
(model,optimizer,filename)
Denoising_AutoEncoder/utils.py:49
Function
save_checkpoint
(model,optimizer,filename = "my_checkpoint.pth.tar",epochs = 0)
Code/utils.py:16
Function
save_epoch_image
(model,filename,val_loader,epoch)
AutoEncoder/utils.py:15
Function
save_epoch_image
(model1,model2,filename,val_loader,epoch)
Adversarial_AutoEncoder/utils.py:15
Function
save_epoch_image
(model,filename,val_loader,epoch)
Dropout_AutoEncoder/utils.py:15
Function
save_epoch_image
(model,filename,val_loader,epoch)
Denoising_AutoEncoder/utils.py:15
Function
save_images
(imgs,epoch,step)
VAE_AutoEncoder/utils.py:65
Function
save_model
:param model: :param epoch: :return:
VAE_AutoEncoder/utils.py:21
Function
seed_everthing
(seed = 42)
Code/utils.py:32
Function
seed_everything
(seed=42)
StyleGAN/utils.py:80
Function
seed_everything
(seed=42)
ProGAN/utils.py:76
Method
setUp
(self)
PyTorch-VAE/tests/test_dipvae.py:9
Method
setUp
(self)
PyTorch-VAE/tests/bvae.py:9
Method
setUp
(self)
PyTorch-VAE/tests/test_swae.py:9
Method
setUp
(self)
PyTorch-VAE/tests/test_joint_Vae.py:9
Method
setUp
(self)
PyTorch-VAE/tests/test_wae.py:9
Method
setUp
(self)
PyTorch-VAE/tests/text_vamp.py:9
Method
setUp
(self)
PyTorch-VAE/tests/test_vae.py:9
Method
setUp
(self)
PyTorch-VAE/tests/test_lvae.py:9
Method
setUp
(self)
PyTorch-VAE/tests/test_vq_vae.py:9
Method
setUp
(self)
PyTorch-VAE/tests/test_logcosh.py:9
Method
setUp
(self)
PyTorch-VAE/tests/test_miwae.py:9
Method
setUp
(self)
PyTorch-VAE/tests/test_fvae.py:9
Method
setUp
(self)
PyTorch-VAE/tests/test_hvae.py:9
Method
setUp
(self)
PyTorch-VAE/tests/test_mssimvae.py:9
Method
setUp
(self)
PyTorch-VAE/tests/test_cat_vae.py:9
Method
setUp
(self)
PyTorch-VAE/tests/test_betatcvae.py:9
Method
setUp
(self)
PyTorch-VAE/tests/test_dfc.py:9
Method
setUp
(self)
PyTorch-VAE/tests/test_gvae.py:9
Method
setUp
(self)
PyTorch-VAE/tests/test_iwae.py:9
Method
setUp
(self)
PyTorch-VAE/tests/text_cvae.py:8
Method
test_forward
(self)
PyTorch-VAE/tests/test_dipvae.py:17
Method
test_forward
(self)
PyTorch-VAE/tests/bvae.py:17
Method
test_forward
(self)
PyTorch-VAE/tests/test_swae.py:16
Method
test_forward
(self)
PyTorch-VAE/tests/test_joint_Vae.py:17
Method
test_forward
(self)
PyTorch-VAE/tests/test_wae.py:16
Method
test_forward
(self)
PyTorch-VAE/tests/text_vamp.py:17
Method
test_forward
(self)
PyTorch-VAE/tests/test_vae.py:17
Method
test_forward
(self)
PyTorch-VAE/tests/test_lvae.py:17
Method
test_forward
(self)
PyTorch-VAE/tests/test_vq_vae.py:17
Method
test_forward
(self)
PyTorch-VAE/tests/test_logcosh.py:17
Method
test_forward
(self)
PyTorch-VAE/tests/test_miwae.py:17
Method
test_forward
(self)
PyTorch-VAE/tests/test_fvae.py:20
Method
test_forward
(self)
PyTorch-VAE/tests/test_hvae.py:17
Method
test_forward
(self)
PyTorch-VAE/tests/test_mssimvae.py:18
Method
test_forward
(self)
PyTorch-VAE/tests/test_cat_vae.py:17
Method
test_forward
(self)
PyTorch-VAE/tests/test_betatcvae.py:17
Method
test_forward
(self)
PyTorch-VAE/tests/test_dfc.py:18
Method
test_forward
(self)
PyTorch-VAE/tests/test_gvae.py:18
Method
test_forward
(self)
PyTorch-VAE/tests/test_iwae.py:17
Method
test_forward
(self)
PyTorch-VAE/tests/text_cvae.py:12
Method
test_generate
(self)
PyTorch-VAE/tests/test_dipvae.py:36
Method
test_generate
(self)
PyTorch-VAE/tests/test_vq_vae.py:36
Method
test_generate
(self)
PyTorch-VAE/tests/test_miwae.py:35
Method
test_generate
(self)
PyTorch-VAE/tests/test_betatcvae.py:36
Method
test_loss
(self)
PyTorch-VAE/tests/test_dipvae.py:24
Method
test_loss
(self)
PyTorch-VAE/tests/bvae.py:23
Method
test_loss
(self)
PyTorch-VAE/tests/test_swae.py:22
Method
test_loss
(self)
PyTorch-VAE/tests/test_joint_Vae.py:23
Method
test_loss
(self)
PyTorch-VAE/tests/test_wae.py:22
Method
test_loss
(self)
PyTorch-VAE/tests/text_vamp.py:23
Method
test_loss
(self)
PyTorch-VAE/tests/test_vae.py:23
Method
test_loss
(self)
PyTorch-VAE/tests/test_lvae.py:24
Method
test_loss
(self)
PyTorch-VAE/tests/test_vq_vae.py:24
Method
test_loss
(self)
PyTorch-VAE/tests/test_logcosh.py:23
Method
test_loss
(self)
PyTorch-VAE/tests/test_miwae.py:23
Method
test_loss
(self)
PyTorch-VAE/tests/test_fvae.py:27
Method
test_loss
(self)
PyTorch-VAE/tests/test_hvae.py:23
Method
test_loss
(self)
PyTorch-VAE/tests/test_mssimvae.py:25
Method
test_loss
(self)
PyTorch-VAE/tests/test_cat_vae.py:23
Method
test_loss
(self)
PyTorch-VAE/tests/test_betatcvae.py:24
Method
test_loss
(self)
PyTorch-VAE/tests/test_dfc.py:25
Method
test_loss
(self)
PyTorch-VAE/tests/test_gvae.py:25
Method
test_loss
(self)
PyTorch-VAE/tests/test_iwae.py:23
← previous
next →
501–600 of 639, ranked by callers