Replies: 2 comments 1 reply
-
Here is the part of my {
"name": "CLI - Train",
"type": "debugpy",
"request": "launch",
"program": "src/anomalib/cli/cli.py",
"console": "integratedTerminal",
"args": [
"train",
"--model",
"anomalib.models.Padim",
"--data",
"anomalib.data.MVTec"
],
"justMyCode": false
} |
Beta Was this translation helpful? Give feedback.
1 reply
-
You could edit |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the previous version, I debugged the train.py file to see how the parameter values changed. With the updated version, I can only run the program using the command line “anomalib train --config config.yaml”. How can I debug the program? I would like to use the single-step debugging to see how the values change and where my problem is.
Beta Was this translation helpful? Give feedback.
All reactions