Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aitorzip/PyTorch-CycleGAN
/ functions
Functions
17 in github.com/aitorzip/PyTorch-CycleGAN
⨍
Functions
17
◇
Types & classes
7
↓ 2 callers
Method
__init__
(self, input_nc, output_nc, n_residual_blocks=9)
models.py:22
↓ 2 callers
Function
tensor2image
(tensor)
utils.py:11
Method
__getitem__
(self, index)
datasets.py:17
Method
__init__
(self, n_epochs, batches_epoch)
utils.py:18
Method
__init__
(self, max_size=50)
utils.py:80
Method
__init__
(self, n_epochs, offset, decay_start_epoch)
utils.py:102
Method
__init__
(self, in_features)
models.py:5
Method
__init__
(self, input_nc)
models.py:65
Method
__init__
(self, root, transforms_=None, unaligned=False, mode='train')
datasets.py:10
Method
__len__
(self)
datasets.py:27
Method
forward
(self, x)
models.py:18
Method
forward
(self, x)
models.py:61
Method
forward
(self, x)
models.py:89
Method
log
(self, losses=None, images=None)
utils.py:31
Method
push_and_pop
(self, data)
utils.py:85
Method
step
(self, epoch)
utils.py:108
Function
weights_init_normal
(m)
utils.py:111