Gant Laborde

Results 367 comments of Gant Laborde

Agreed. We're finding the spots where we can make app API perfectly aligned, and spots where it's surprisingly different. More than PurplePotion, we can make cross-platform gems be the basis...

@lina128 - sorry for the delay. Been busy. I do not think it is cache, because the network is hit twice. If I load a 700mb CSV I wait for...

@lina128 - I believe I have a line on the issue being caused by a secondary library. I'll report back when I am 100% sure.

Hey Lina! OK, so the issue is definitely with TFJS. And it's affecting Danfo.js ## Here's a reproduction so you can see the one line of code that is causing...

@lina128 - were you able to reproduce with the above examples?

replying to un-stale. @lina128 was the demo good enough?

@pyu10055 @lina128 Just checking if you can look into this soon.

Thanks for catching this! Yeah, with large CSV files the performance hit is very noticeable.

I think this is a pretty significant bug. Using TFJS to grab a CSV file means pulling the file TWICE across the network. I don't know where the standard is...

I can think of 2 ways. 1. set the OS logger off. 2. Add a flag to TF to set `tf.get_logger().setLevel('INFO')`