natural-gradients icon indicating copy to clipboard operation
natural-gradients copied to clipboard

full fisher script stability

Open russellizadi opened this issue 4 years ago • 0 comments

I looked at the full_fisher numpy file and tried to change some parameters but it doesn't work. For example, when the X0 and X1 are changed as follows, the loss becomes nan after two steps:

X0 = np.random.randn(100, 2) - 2
X1 = np.random.randn(100, 2) + 2

What is the problem here? Thanks for your time.

russellizadi avatar Apr 28 '20 06:04 russellizadi