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
Refactoring on FeatureTransform by adding feedBackward to handle all …
…the dirty works.
(the downsides came from speeding up by reserving one more column in _w)
Speed up x3 ~ x7 by transposing memory topology in Host so that the m…
…emory of data in every mini-batch become contiguous.
This reduce the amount of memory needed to copy from Host to Device.