guildai / _guild-python-legacy

Legacy code for Guild's rewrite in Python
Apache License 2.0
2 stars 1 forks source link

guild init not working #1

Open cfregly opened 7 years ago

cfregly commented 7 years ago
cfregly:mnist cfregly$ guild init
usage: guild [-h] [--version]  ...
guild: error: argument : invalid choice: 'init' (choose from 'check', 'prepare', 'train', 'evaluate', 'view', 'runs', 'project', 'series')

pulled from master just now and tested. still not working.

gar1t commented 7 years ago

There are a number of commands that aren't yet implemented in Guild Python, init being one of them. As View is totally broken (working on getting Polymer dependencies resolved via Bazel) init is not the first priority (though is a very high priority).

We'll be updating README and CHANGES with updates to command status.