Using Avalanche in Production #856
-
I want to use Avalanche in a demo for training or evaluating as input comes in. Rough thoughts:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @DannyFGitHub! Thanks for your very interesting question. Unfortunately we officially do not support Avalanche for production settings. So there's no easy way at the moment to manage infinite streams of data or create new experiences on the fly! In theory you should be able to do this by creating a new benchmark instance every time with only 1 experience and use that for train or eval. Creating an experience directly may be possible as well but you need to know a bit more about the internals of Avalanche. Let us know if you find a walkaround as we would be interested in supporting this kind of usage of Avalanche in the future! Maybe @lrzpellegrini has some better ideas on this. |
Beta Was this translation helpful? Give feedback.
Hi @DannyFGitHub! Thanks for your very interesting question. Unfortunately we officially do not support Avalanche for production settings. So there's no easy way at the moment to manage infinite streams of data or create new experiences on the fly!
In theory you should be able to do this by creating a new benchmark instance every time with only 1 experience and use that for train or eval. Creating an experience directly may be possible as well but you need to know a bit more about the internals of Avalanche.
Let us know if you find a walkaround as we would be interested in supporting this kind of usage of Avalanche in the future! Maybe @lrzpellegrini has some better ideas on this.