6 ms·
I’m of zero knowledge on model training, but how is a model accessible while performing training at the same time, especially so early in its run? I’m obviously
by Aboutplants 8d ago
I’m of zero knowledge on model training, but how is a model accessible while performing training at the same time, especially so early in its run? I’m obviously thinking a little too narrowly in terms of how it actually works
- stingrae 8d agothe model is a set of weights, you can take a snapshot and test it. Reinforcement learning itself is largely testing and tuning.