PyGlow
PyGlow copied to clipboard
Parallel processing of information plane coordinates
As the calculation of IP coordinates for each layer for each batch for each epoch is independent and can be massively calculated in parallel as compared to current implementation which uses nested loops and affects speed of the computation.