-
Notifications
You must be signed in to change notification settings - Fork 2
Training Tricks
xianglin edited this page May 18, 2022
·
1 revision
- kcSpatialEdgeConstructor selects samples in sequence. At each time step, it initialise with all the points from previous selected epochs.
- kcParallelSpatialEdgeConstructor selects samples independently between different time steps. This will results in lower temporal neighbors for each sample.
We recommend to use kcSpatialEdgeConstructor.
When training the visualization model for a large number of epochs, we can further speed up the process by subsampling epochs without losing visualization accuracy.