Can Tensor display descriptive statistical information such as mean and standard deviation? Just like [df.describe](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.describe.html). This helps to monitor vanishing/exploding gradient problem.
Can Tensor display descriptive statistical information such as mean and standard deviation? Just like df.describe.
This helps to monitor vanishing/exploding gradient problem.