Dataset Parse Process

This describes the dataset parse process

Filtering for dataset parse processes within the platform

Overview

Once an upload of a script integration to Tensorleap had initiated, an import model process starts.

This process:

  • Uploads the dataset code into the Tensorleap server

  • (optionally) if the "Build Dynamic dependencies" flag is on in the settings page - it creates a virtual environment for your data loading using the provided requirements.txt file.

The first time a virtual environment is created might take some time. A requirements.txt file would only be used to build a virtual environment once. This environment is cached and used in all future runs of the same requirements.txt file. If, for some reason, there is a need to re-run the virtual environment creation step - any change to the requirements.txt file would invalidate the cache and trigger a new environment

Common Run Issues:

Last updated

Was this helpful?