2021
PyTorch Hook
August 18, 2021How to use PyTorch hooks for inspecting and modifying forward/backward passes in nn.Module.
1 min read·pytorchPyTorch Template and Tips
August 17, 2021PyTorch project tips: template structure, getattr for dynamic config, and abstract methods.
1 min read·pytorchpythonPyTorch Basic Syntax
August 17, 2021Essential PyTorch operations: view vs reshape, squeeze, matrix multiplication, index_select, gather, and more.
2 min read·pytorchBar Plot
August 16, 2021Guide to bar plot visualization techniques in matplotlib, covering stacked, overlapped, and grouped bar charts with best practices.
2 min read·data-vizpython[Programmers] Network (Python)
August 15, 2021Solution for the Programmers network problem using DFS to count connected components.
1 min read·algorithmpython[Programmers] Target Number (Python)
August 15, 2021Solution for the Programmers target number problem with DFS, BFS, and itertools.product approaches.
2 min read·algorithmpython