Closed nivedwho closed 3 years ago
A few things:
1) Class names need to be capitalized, variables need to be lowercase. You made classnames lowercase, and they should be capitalized (hparams vs HParams)
2) Docstrings shouldn't start with spaces
3) Every file needs to have a docstring.
4) Docstrings need to end with periods.
5) Function docstrings need to start with a single line, ending with a period.
Added python script files for training and evaluating the ESRGAN model.