Gaia Batch Operators
remoteUpload
Uploads a model file to remote servers. These model will remain on server until deleted using the modelDelete operator.
import gaia
gaia.remoteUpload(model_file, remote_file)
Inputs
- model_file - String locating the file on the local machine. Requires an npy file.
model_file = 'data/model.npy'
- remote_file - Name of file on remote server. This name will be used when other operators look for this file on the remote server.
remote_file = 'atlantic_basin'