You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@stateful decorator can be useful with objects whose state is large, e.g. a neural network model with millions of parameters. For such cases, it is useful to save the state in compressed form. In addition to reducing the save on disk, it is also useful to decrease the time over the wire if the state is being saved on a remote location.
The text was updated successfully, but these errors were encountered:
@stateful
decorator can be useful with objects whose state is large, e.g. a neural network model with millions of parameters. For such cases, it is useful to save the state in compressed form. In addition to reducing the save on disk, it is also useful to decrease the time over the wire if the state is being saved on a remote location.The text was updated successfully, but these errors were encountered: