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
I plan to train a model using the TensorFlow training framework, using either Lance or TFRecord for data. I ran a test and found that Lance's pure I/O performance is significantly worse than TFRecord's.
TFRecord's performance is approximately 20 times faster that of Lance.
Below is the results and attached is the test code.
I don't know Lance very well, is this as expected?