1
Fork 0
mirror of https://github.com/Steffo99/unimore-bda-6.git synced 2024-10-16 06:17:33 +00:00

Tensorflow breaks in optimized mode

This commit is contained in:
Steffo 2023-05-10 02:42:56 +02:00
parent fa3171666a
commit 8f685f31f3
Signed by: steffo
GPG key ID: 2A24051445686895

2
.vscode/launch.json vendored
View file

@ -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",