Store your files to Picsell.ia
Here we will learn how to store any file that you generate during your experiment on Picsell.ia so you and your team can access it anywhere, anytime.
The store method
from picsellia.client import Client
api_token = '4d388e237d10b8a19a93517ffbe7ea32ee7f4787'
project_token = '9c68b4ae-691d-4c3a-9972-8fe49ffb2799'
experiment = Client.Experiment(
api_token=api_token,
project_token=project_token
name='my_new_experiment'
)
experiment.store('config', 'pipeline.config')
Arguments
The download method
Last updated