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
using 1000 iterations instead of 500, because when you are using 500 iterations preprocessing might be a bottleneck, which is not what you want to measure. Plus you are usually using GPU-s for large datasets where it's not enough to run for 500
using two different aws configurations, one with 8 V100 another without GPU-s for running on CPU. It is cheaper this way, and you don't need to pay for GPU-s when you are not using them
run 5 times every train on CPU, because for all the libraries CPU time might differ by up to 30% from run to run. So the benchmark will contain average time and standard deviation for CPU
Are you OK with these changes?
The text was updated successfully, but these errors were encountered:
We are happy to contribute here.
We suggest following updates:
Are you OK with these changes?
The text was updated successfully, but these errors were encountered: