Skip to content

fix path error when executing from cmd.

xzhaoma requested to merge xzhaoma/baselines:master into master

two fixes:

  1. current training always display cpu even there's a cuda gpu.
  2. when executing from cmd, the root path is not included and will cause error. Fixed.

Merge request reports