The trainML platform now allows customers to store datasets permanently and reuse those datasets for as many notebook and training jobs as desired.
Serverless Deep Learning On Private Git Repositories
You can now run trainML serverless deep learning training jobs on model code hosted in private git repositories that support SSH authentication.
Google Cloud Storage Integration Released
trainML training jobs can now run on data stored in Google Cloud Storage and upload their results to the same or another bucket. GCP access credentials can also be attached to notebooks and training job workers to provide them with easy access to other GCP services.
Skip the Cloud Data Transfers with Local Storage
trainML training jobs can now run on data directly from your local computer and upload their results back without using any cloud intermediary. If you already have the data set on your local computer and want to avoid the repetitive cycle of uploading and downloading from cloud storage, this storage type is for you.
Web (HTTP/FTP) Data Downloads Plus Auto-Extraction of Archives
The HTTP input data type is now available for trainML training jobs. This option is ideal for publicly available dataset that are hosted on public HTTP or FTP servers. If you were previously using wget/curl in your training scripts to download data, this option is for you. Additionally, if you specify a path to an archive as the input storage path, the archive will automatically be extracted before being attached to the workers.