Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 487 Bytes

local_run.md

File metadata and controls

17 lines (11 loc) · 487 Bytes

Local Run

Use Tools for AI

  • CNTK BrainScript Projects

    • Set the project you want to run as "Startup Project".
    • Set the script you want to run as "Startup File".
    • Click "Run CNTK Brain Script".
  • Python Projects

    • Set the "Startup File".
    • Right click the startup Python script, and click "Start without Debugging" or "Start with Debugging" context menus.

Use Command Line

User can use "python3 [parameters]" to run python script out of Visual Studio.