You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In your code, I notice that you set the range [-0.65,0.65] to sample the space, but the feature gird sample ranges in [-1,1], you multiply 2 times to the point pairs, so [-1.30,1.30] already exceeded the [-1,1], is this will causes any problem?