We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb4946 commit 6ea5a19Copy full SHA for 6ea5a19
examples/image/train.py
@@ -102,15 +102,6 @@
102
transform = ment.sim.LinearTransform(matrix)
103
transforms.append(transform)
104
105
-diagnostics = []
106
-for transform in transforms:
107
- diagnostic = ment.diag.Histogram1D(
108
- axis=0,
109
- edges=grid_edges[0],
110
- thresh=0.0,
111
- )
112
- diagnostics.append([diagnostic])
113
-
114
115
# Training data
116
# --------------------------------------------------------------------------------------
0 commit comments