StanfordSNR / puffer

Puffer is a free live TV streaming website and a research study at Stanford using machine learning to improve video streaming

Home Page:https://puffer.stanford.edu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fugu training code?

zhuker opened this issue · comments

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?

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.