Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Adding a configuration-driven interface #496

Copy link
Copy link
@jscanvic

Description

@jscanvic
Issue body actions

High-level deep learning libraries like ultralytics feature configuration-driven interfaces for training and fine-tuning neural networks on custom data. Instead of tweaking a fully-fledged training script, a third-party program is distributed with the library and it can be used along with configuration files to train pre-existing models on custom data. At the moment, the library only supports programmatic usage which can deter less technical users from using the library. I suggest we add support for this use case.

A practical use case might look like:

python -m deepinv train --config ./config.yaml
# config.yaml
dataset: ./dataset.h5
loss: EILoss
epochs: 100
model: UNet
out_dir: ./weights
...

How

The implementation can be as simple as a basic CLI wrapper over the existing trainer.

Andrewwango, romainvo, matthieutrs and Tmodrzyk

Metadata

Metadata

Assignees

No one assigned

    Labels

    coreInternal project work - CI, tests, typing, docs build, packaging, or releasesInternal project work - CI, tests, typing, docs build, packaging, or releasestype: featureNew feature, enhancement or requestNew feature, enhancement or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.