Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HasnainRaz/Fast-SRGAN
/ functions
Functions
28 in github.com/HasnainRaz/Fast-SRGAN
⨍
Functions
28
◇
Types & classes
8
↓ 5 callers
Method
__init__
(self)
model.py:6
↓ 4 callers
Method
_calculate_metrics_over_dataset
(self, dataloader, phase, step)
trainer.py:54
↓ 2 callers
Method
_log_fixed_images
(self, phase)
trainer.py:71
↓ 2 callers
Method
_pre_train_setup
(cls, dataloader)
trainer.py:81
↓ 2 callers
Method
train
(self, train_dataloader, val_dataloader)
trainer.py:158
↓ 1 callers
Function
main
(config)
train.py:47
↓ 1 callers
Function
main
()
inference.py:17
↓ 1 callers
Method
pretrain
(self, train_dataloader, val_dataloader)
trainer.py:89
↓ 1 callers
Method
save_checkpoints
(self, step)
trainer.py:143
↓ 1 callers
Function
seed
(seed)
train.py:16
↓ 1 callers
Function
write_images_to_numpy_arrays
(image_list, output_dir)
train.py:22
Method
__getitem__
(self, idx)
dataloader.py:24
Method
__init__
(self, numpy_paths, lr_image_size, scale_factor)
dataloader.py:11
Method
__init__
(self, config)
trainer.py:15
Method
__init__
(self, config)
model.py:28
Method
__init__
(self, in_channels, out_channels)
model.py:45
Method
__init__
(self, config)
model.py:73
Method
__init__
(self, in_channels, out_channels, stride)
model.py:122
Method
__init__
(self, config)
model.py:140
Method
__len__
(self)
dataloader.py:21
Function
_write_image_to_numpy
(image_path, numpy_path)
train.py:25
Method
forward
(self, x)
model.py:20
Method
forward
(self, x)
model.py:39
Method
forward
(self, x)
model.py:67
Method
forward
(self, x)
model.py:112
Method
forward
(self, x)
model.py:135
Method
forward
(self, x)
model.py:191
Function
seed_worker
(_)
train.py:40