Valentyna Zinchenko
Results
4
issues of
Valentyna Zinchenko
* Rename "NN Training" to "NN Prediction" * Remove labels * Remove labels from options in Data Export
nnClassification
* inferno version: n/a * Python version: n/a * Operating System: n/a ### Description inferno/io/trasnform/generic.py class Normalize(Transform) def tensor_function(self, tensor): mean = np.asarray(tensor.mean()) if self.mean is None else self.mean std...