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
RDD norm is persisted at X2P.scala:21, I think it's unnecessary persist since norm is only used once in the following codes.
P is cached at SimpleTSNE.scala:38, it should be uncached after last action on P.
The text was updated successfully, but these errors were encountered:
Also, data at MNIST:40, p_betas at X2P.scala:34 can be cached.
dataset at MNIST.scala:25 should be uncached after line 45, since it is not used any more.
These change can improve performance.
RDD norm is persisted at X2P.scala:21, I think it's unnecessary persist since norm is only used once in the following codes.
P is cached at SimpleTSNE.scala:38, it should be uncached after last action on P.
The text was updated successfully, but these errors were encountered: