Function decorators¶
- hitsave.experiment(func=None, **kwargs)¶
Define an experiment that saves to the cloud.
@experiment behaves the same as @memo, the difference is that experiments are never deleted from the server. Also, by default experiments track the creation of artefacts such as logs and runs.
- hitsave.memo(func=None, **kwargs)¶
Memoise a function on the cloud.