Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ram81/AC-VAEGAN-PyTorch
/ functions
Functions
18 in github.com/Ram81/AC-VAEGAN-PyTorch
⨍
Functions
18
◇
Types & classes
6
↓ 1 callers
Method
__init__
(self, z_size, size, num_classes=10)
decoder.py:22
↓ 1 callers
Method
__init__
(self, channel_in=3, z_size=128)
encoder.py:28
↓ 1 callers
Method
init_parameters
(self)
model.py:26
↓ 1 callers
Method
loss
:param ten_original: original images :param ten_predict: predicted images (decode ouput) :param layer_original: intermediate
model.py:92
Method
__call__
(self, *args, **kwargs)
decoder.py:55
Method
__call__
(self, *args, **kwargs)
discriminator.py:61
Method
__call__
(self, *args, **kwargs)
encoder.py:58
Method
__call__
(self, *args, **kwargs)
model.py:88
Method
__init__
(self, channel_in, channel_out)
decoder.py:6
Method
__init__
(self, channels_in=3, recon_level=3, num_classes=10)
discriminator.py:9
Method
__init__
(self, channel_in, channel_out)
encoder.py:6
Method
__init__
(self, z_size=128, recon_level=3, num_classes=10)
model.py:12
Method
forward
(self, ten)
decoder.py:14
Method
forward
(self, ten, one_hot_classes)
decoder.py:48
Method
forward
(self, ten, other_ten, mode='REC')
discriminator.py:38
Method
forward
(self, ten, out=False, t=False)
encoder.py:15
Method
forward
(self, ten)
encoder.py:50
Method
forward
(self, ten, one_hot_class, gen_size=10)
model.py:40