Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Is the ALS model markovian?

avatar
Frequent Visitor

I didn't know how else to term this, I know ALS isn't but was curious about its represenation on disk.

 

If I wanted to backup(ship) a computed model, is it sufficent to store(ship) all the files in the latest  successful generation only? 

 

Use case are :

1. sending computed models to small clusters that only serve.

2. We have long-running but not eternally persistent clusters, I'd like to be able to ship a model from one to another. Or store it and then load and be able to continue computing without necessarily having generations N-1. 

1 ACCEPTED SOLUTION

avatar
Master Collaborator

Ha, you mean is it memoryless? Yes. You can just ship the whole generation directory around. To roll back generations, just delete newer ones and restart the serving layer. etc.

View solution in original post

2 REPLIES 2

avatar
Master Collaborator

Ha, you mean is it memoryless? Yes. You can just ship the whole generation directory around. To roll back generations, just delete newer ones and restart the serving layer. etc.

avatar
Frequent Visitor

Thanks, that actually makes sense as we have control over the model.generations.keep.