mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +01:00
Added MXNet to arg docs. (#121)
This commit is contained in:
@@ -425,7 +425,7 @@ class CoachLauncher(object):
|
|||||||
help="(flag) Render environment",
|
help="(flag) Render environment",
|
||||||
action='store_true')
|
action='store_true')
|
||||||
parser.add_argument('-f', '--framework',
|
parser.add_argument('-f', '--framework',
|
||||||
help="(string) Neural network framework. Available values: tensorflow",
|
help="(string) Neural network framework. Available values: tensorflow, mxnet",
|
||||||
default='tensorflow',
|
default='tensorflow',
|
||||||
type=str)
|
type=str)
|
||||||
parser.add_argument('-n', '--num_workers',
|
parser.add_argument('-n', '--num_workers',
|
||||||
|
|||||||
Reference in New Issue
Block a user