Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 518 Bytes

File metadata and controls

20 lines (15 loc) · 518 Bytes

VSCodeDebugger

The repository to follow up during the code debugging session

BascModel.py

1- To check what is inside a debugging environment

ConditionalDebugging.py

1- When to use a conditional debugger

2- Expression and hit count

IntermediateDebugging.py

1- Adding a debugging configuration

2- Going inside the configurations

3- Go over behind the scenes in PyTorch

MNAD

1- Real code example and bug scenariors

2- The 'Watch' feature

3- Using the debugger to understand about a paper's methodology