To add a breakpoint to code, add
breakpoint()
To execute the code with debugging mode,
python -m pdb -c continue ./code.py
'딥러닝' 카테고리의 다른 글
| N neurons 라는 말은? (0) | 2023.12.24 |
|---|---|
| Attention is all you need (0) | 2023.07.10 |
To add a breakpoint to code, add
breakpoint()
To execute the code with debugging mode,
python -m pdb -c continue ./code.py
| N neurons 라는 말은? (0) | 2023.12.24 |
|---|---|
| Attention is all you need (0) | 2023.07.10 |