Skip to content

Commit

Permalink
fixed typo in models
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman Chadha authored and Aman Chadha committed Dec 3, 2019
1 parent d753b40 commit c11c32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FRVSRGAN_Models.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def __init__(self, batch_size, lr_height, lr_width):
self.height = lr_height
self.batch_size = batch_size
self.fnet = FNet()
self.todepth = SpaceToDepth(FRVSRGAN.SRFactor)
self.todepth = SpaceToDepth(FRVSR.SRFactor)
self.srnet = SRNet(FRVSR.SRFactor * FRVSR.SRFactor * 3 + 3) # 3 is channel number

# make sure to call this before every batch train.
Expand Down

0 comments on commit c11c32d

Please sign in to comment.