Skip to content

libgirlenterprise/dong_mnist_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drawing

dong_mnist_example : a dong train exec sample project

Installation

Under the project folder

$ pip install .

Usage

Training Output Location

  • Environment variable MODEL_SAVE_DIR will be the training output directory

Command

USAGE: dong_mnist_example [OPTIONS]

OPTIONS:

    --data-module TEXT
    --data-class TEXT
    --model-module TEXT
    --model-class TEXT
    --config-module TEXT
    --config-func TEXT
    
    --do-tune: flag for applying hyperparameter tuning or not
    --tune-module TEXT
    --tune-class TEXT

Sample Command

Train

$ dong_mnist_example --config-module default 

Which uses default modules. And here is the equivalent command

$ dong_mnist_example --data-module default --data-class DefaultData --model-module default --model-class DefaultModel --config-module default --config-func get_config 

Tune

$ dong_mnist_example --do-tune

Which uses default modules. And here is the equivalent command

$ dong_mnist_example --do-tune --data-module default --data-class DefaultData --model-module default --model-class DefaultModel

Author

Team Libgirl([email protected])

License

Licensed under the Apache License 2.0 License.

About

a dong MLOps framework sample project http://dong.libgirl.com

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages