How to add new data to the pretrained STS model in Tensorflow
37 views
Skip to first unread message
Eren Aktas
unread,
Feb 8, 2024, 10:16:37 AMFeb 8
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TensorFlow Probability
Hi everyone, I have a timeseries based ML pipeline. The algorithm used in it is STS from Tensorflow. We retrain it everyday from start data to end data. (Around 2 years data) Rather than doing that workload everyday, is there any way to add new data into the trained STS model from last previous day? Appreciated for any comment.