mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +01:00
Added ability to switch between tensorflow and mxnet using -f commandline argument. (#48)
NOTE: tensorflow framework works fine if mxnet is not installed in env, but mxnet will not work if tensorflow is not installed because of the code in network_wrapper.
This commit is contained in:
committed by
Scott Leishman
parent
2046358ab0
commit
95b4fc6888
@@ -368,7 +368,7 @@
|
||||
"if not os.path.exists(log_path):\n",
|
||||
" os.makedirs(log_path)\n",
|
||||
" \n",
|
||||
"task_parameters = TaskParameters(framework_type=\"tensorflow\", \n",
|
||||
"task_parameters = TaskParameters(framework_type=Frameworks.tensorflow, \n",
|
||||
" evaluate_only=False,\n",
|
||||
" experiment_path=log_path)\n",
|
||||
"\n",
|
||||
|
||||
Reference in New Issue
Block a user