hongzimao / pensieve

Neural Adaptive Video Streaming with Pensieve (SIGCOMM '17)
http://web.mit.edu/pensieve/
MIT License
517 stars 280 forks source link

cooked_traces format #86

Closed r02b closed 4 years ago

r02b commented 4 years ago

Hey Hongzi,

The readmes state that the format is: [time_stamp (sec), throughput (Mbit/sec)] however, this seems to cause errors, and the cooked_traces you provided through dropbox seems to be of the format: [time_stamp (sec)\t throughput (Mbit/sec)]

Am I doing something wrong?

Thanks!

hongzimao commented 4 years ago

What's the error you get from reading the file? Python's line split function should do the right thing parsing \t or ,.

r02b commented 4 years ago

Sorry for the late reply, took me a while to remember what this was about :) Fix was rather simple as you mentioned. Thanks HongZi!