-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Add topographic loss to Generator Network's loss function
Implement a 'topographic loss' that tries to ensure the predicted high resolution DeepBedMap DEM's is topographically similar to the low resolution BEDMAP2 DEM. Currently hardcoded to work on 4x upsampling only, and I've removed some old references in the GeneratorModel class that had a 'scaling' setting for other upsampling factors (e.g. 2, 6, 8, etc) which was never implemented. Also quickly patching 75b7493, as the YUML diagram did not mention the bilinear resampling on W2...
- Loading branch information
Showing
5 changed files
with
168 additions
and
116 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters