2023-02-02 01:56:37 +00:00
|
|
|
{
|
|
|
|
// 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: unimore_bda_6",
|
|
|
|
"type": "python",
|
|
|
|
"request": "launch",
|
|
|
|
"module": "unimore_bda_6",
|
2023-02-03 01:10:00 +00:00
|
|
|
"justMyCode": false,
|
2023-02-02 01:56:37 +00:00
|
|
|
"env": {
|
|
|
|
"NLTK_DATA": "./data/nltk",
|
2023-02-02 16:24:11 +00:00
|
|
|
"DATA_SET_SIZE": "250",
|
2023-02-13 17:48:02 +00:00
|
|
|
"XLA_FLAGS": "--xla_gpu_cuda_data_dir=/opt/cuda"
|
2023-02-02 01:56:37 +00:00
|
|
|
},
|
|
|
|
"cwd": "${workspaceFolder}",
|
|
|
|
}
|
|
|
|
]
|
2023-02-03 01:10:00 +00:00
|
|
|
}
|