StanfordSNR / puffer

Puffer is a free live TV streaming website and a research study at Stanford using machine learning to improve video streaming
https://puffer.stanford.edu
835 stars 131 forks source link

Fugu training code? #36

Closed zhuker closed 8 months ago

zhuker commented 8 months ago

In the original paper https://puffer.stanford.edu/static/puffer/documents/puffer-paper.pdf You say

We implemented TTP and the training in PyTorch, but we load the trained model in C++ when running on the production server for performance.

where can i see the pytorch code for training?

francisyyan commented 8 months ago

Thanks for your question. Here's the code we used for training https://github.com/StanfordSNR/puffer/blob/master/src/scripts/ttp.py, but you would need to adapt it to work on our publicly released data.