Skip to content

Instantly share code, notes, and snippets.

@whitewatercn
Created June 19, 2023 10:03
Show Gist options
  • Save whitewatercn/59e0baca8cc1dd5b642e653980256d66 to your computer and use it in GitHub Desktop.
Save whitewatercn/59e0baca8cc1dd5b642e653980256d66 to your computer and use it in GitHub Desktop.
{
"version": "0.2.0",
"configurations": [
{
"name": "Python_textRNN",
"type": "python",
"python": "D:\miniconda\envs\ML3.8\python.exe",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"showOutput": "always",
"justMyCode": "true",
// "args": ["-h"]
"args": ["--model","TextRNN"],
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment