Skip to main content

An library to use AllenNLP library in Polyaxon environment.

Project description

Allenpoly

Extension of AllenNLP that allows to train models in Polyaxon cluster.

Local usage:

$ export POLYAXON_NO_OP=true
$ allenpoly train config.json --include-package your_package --serialization_dir ./experiment_dir/  

Polyaxon cluster usage:

Example experiment file:

...

run:
  cmd: allenpoly train config.json --include-package your_package --serialization_dir $POLYAXON_RUN_OUTPUTS_PATH

Example of config.json:

trainer: {
    type: 'callback',
    ...
    callbacks: [{
        "type": "poly_track_metrics",  # Used in place of `track_metrics`
        ...
    }]
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

allenpoly-0.0.4.tar.gz (6.1 kB view hashes)

Uploaded Source

Built Distribution

allenpoly-0.0.4-py3-none-any.whl (8.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page