Nathalie Rauschmayr

Results 4 issues of Nathalie Rauschmayr

### Description of changes: Extended smdebug's reductions to check for nan- and inf-values and to compute quantiles for PT tensors. Tensors are now also written out in Tensorboard format such...

When retrieving `full_shap` values, debugger returns a matrix in the shape of `number of training samples, number of features` e.g. ``` for index,i in enumerate(trial.tensor_names(regex='full_shap')): tensor = trial.tensor(i).value(step_num=50) print(i, tensor.shape)...

### Description of changes: I added the PyTorch dataloader events to the merged time line. #### Style and formatting: I have run `pre-commit install` to ensure that auto-formatting happens with...

### Description of changes: I fixed the step time in PyTorch hook. It was only measuring the forward pass time. #### Style and formatting: I have run `pre-commit install` to...