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