Skip to content

Commit

Permalink
playing around...
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Theile committed Aug 26, 2019
1 parent b516c32 commit 7a21b23
Show file tree
Hide file tree
Showing 9 changed files with 8,597 additions and 23 deletions.
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
}
]
}
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"python.pythonPath": "C:\\ProgramData\\Anaconda3\\envs\\tensorflow_cpu\\python.exe"
}
Loading

0 comments on commit 7a21b23

Please sign in to comment.