Hacker News new | ask | show | jobs
by wohlergehen 3348 days ago
Does anyone know how much time a typical TensorFlow model spends in transposition routines?
1 comments

No hard numbers to present, but it would be beneficial in long-sequence LSTM networks, because TensorFlow has to do time-major <=> batch-major transposition between steps.