Wierd behave of max_stack_depth function #464
seniorsolt
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
viztracer --open --tracer_entries 20000000
--exclude_files C:\Users\Max\Desktop\OneTrainer\venv\Lib\site-packages\torch\storage.py
-- scripts\train.py --config-path config.json
viztracer --open --tracer_entries 20000000 --max_stack_depth 100
--exclude_files C:\Users\Max\Desktop\OneTrainer\venv\Lib\sitepackages\torch\storage.py
-- scripts\train.py --config-path config.json
Perhaps I don't understand something, but I think stack depth is amount of nested calls, so I expect to see the number of lines equal to the max_stack_depth parameter in the area highlighted by the red rectangle in the screenshot. However, it seems to be cutted to 10 lines
Beta Was this translation helpful? Give feedback.
All reactions