Closed cthoyt closed 2 years ago
This pull request simplifies the three models by doing the following:
nn.Sequential()
Looks good! Definitely cleaner!
This pull request simplifies the three models by doing the following:
nn.Sequential()
to reduce stacked calls to modules/functions. This has the added benefit of removing confusing nomenclature