Skip to content

SolbiatiAlessandro/relna-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

relna-client

This is the command-line client interface for relna

relna-client APIs

(venv) python relna.py --command fork 
  • Implemented relna fork allows you to fork a trainer from relna. It will download and unzip a trainer package from the relna backend. The trainer package will have a model.py that you can work on.
(venv) relna --command data
  • Implemented Data are supposed to be in the cloud, but you can request a local copy for experimentation. You will recieve only a small amount of the data to make fast iterations.

Data are read by relna google cloud storage

relna check
  • Implemented relna check run the built-in trainer (unit and integration) test suite to validate your trainer before shipping. If the trainer doesn't pass the check than it won't ship.
(venv) python relna.py --command ship 
  • Implemented relna ship ships the trainer to the relna backend

About

the command-line client interface for relna

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published