We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The minimal settings for running InstantDL with default parameters are:
from instantdl import GetPipeLine configs = { "use_algorithm": "Classification", "path": "examples/Classification"} pipeline = GetPipeLine(configs) pipeline.run()
As you can see, it is very straightforward to use the pipeline and there is no need for more programming.
There was an error while loading. Please reload this page.