Skip to content

Faster Upload and more API methods

Compare
Choose a tag to compare
@guarin guarin released this 15 Feb 13:53
· 706 commits to master since this release
ad28c58

Faster Image Upload

When uploading images through the CLI interface we now by default use 8-32 threads to speed up the process. This setting can be controlled with using the loader.num_workers argument.

Create Tags from Filenames

The ApiWorkflowClient now has a create_tag_from_filenames method which allows you easily to create a new tag on the Lightly Platform by passing a list of filenames.

Updated Visibility of Environment Variables in Docs

All environment variables in the docs should now be properly indicated using braces: {ENV_VARIABLE}

Models