mirror of
https://github.com/Steffo99/unimore-bda-6.git
synced 2024-11-21 15:34:18 +00:00
Tensorflow breaks in optimized mode
This commit is contained in:
parent
fa3171666a
commit
8f685f31f3
1 changed files with 1 additions and 1 deletions
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
@ -36,7 +36,7 @@
|
|||
"request": "launch",
|
||||
"module": "unimore_bda_6",
|
||||
"justMyCode": false,
|
||||
"pythonArgs": ["-OO"],
|
||||
"pythonArgs": ["-O"],
|
||||
"env": {
|
||||
"NLTK_DATA": "./data/nltk",
|
||||
"WORKING_SET_SIZE": "5000000",
|
||||
|
|
Loading…
Reference in a new issue