Running in VS Code on Windows.
[FATAL] Model "BayesNeuralNet" not available in Olympus. Please choose from one of the available models: Rs\sterg\Miniconda3\envs\sdl-demo\lib\site-packages\olympus\models\modelBayesNeuralNet, Rs\sterg\Miniconda3\envs\sdl-demo\lib\site-packages\olympus\models\modelNeuralNet
using the following launch configuration:
{
"name": "Python: Module Code",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": false,
"env": {
"PYDEVD_WARN_SLOW_RESOLVE_TIMEOUT": "2",
},
"redirectOutput": true,
}
Tried with other launch configurations, too.
Running in VS Code on Windows.
using the following launch configuration:
{ "name": "Python: Module Code", "type": "python", "request": "launch", "program": "${file}", "console": "integratedTerminal", "justMyCode": false, "env": { "PYDEVD_WARN_SLOW_RESOLVE_TIMEOUT": "2", }, "redirectOutput": true, }Tried with other launch configurations, too.