Skip to content
Snippets Groups Projects
Commit 9beb28b1 authored by Tamino Huxohl's avatar Tamino Huxohl
Browse files

mock dataset normalizes to maximum mu_map coefficient in the dataset

parent 63680f4b
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ class MuMapMockDataset(MuMapDataset):
recon, mu_map = super().__getitem__(0)
recon = recon[:, :32, :, :]
mu_map = mu_map[:, :32, :, :]
return recon, mu_map
return recon, mu_map / 40206.0
def __len__(self):
return self.len
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment