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
Here we do some experiments to benchmark our implementation with TensorFlow/Paddle V2.
Based on the Paddle commit id d883547.
The TensorFlow use a special random number generate algorithm Phlixo, we fetch out the random value from Paddle and feed it into TensorFlow variable. I compared the results op by op with TensorFlow, find that our conv2d implementation has a difference of 6 to 8 decimal scale, other parts keep the same even at the last decimal.
TensorFlow has a speed 15x faster than our current refactorization version.
The benchmark results show as below:
both the accuracy is same :
Here we do some experiments to benchmark our implementation with TensorFlow/Paddle V2.
Based on the Paddle commit id d883547.
The TensorFlow use a special random number generate algorithm
Phlixo
, we fetch out the random value from Paddle and feed it into TensorFlow variable. I compared the results op by op with TensorFlow, find that our conv2d implementation has a difference of 6 to 8 decimal scale, other parts keep the same even at the last decimal.TensorFlow has a speed 15x faster than our current refactorization version.
The benchmark results show as below:
both the accuracy is same :
The time-consuming comparison.
Paddle
TensorFlow
The text was updated successfully, but these errors were encountered: