Exclude redundant directories such as node_modules in VSCode

VSCode Search Speed-Up Guide Chapter 1: Project Search Too Slow? One Trick to Solve VSCode Global Search Performance Bottleneck In large projects, VS Code’s global search (Ctrl+Shift+F) often becomes slow due to scanning too many files. However, with proper configuration  search.exclude settings, search performance can be significantly improved, avoiding traversal of unnecessary directories. Optimize search scope VS … Read more

Paper Reading Notes – Data Enhancement

First. Core idea: What is data augmentation? In summary, data augmentation is the process of artificially creating more and diverse new data from existing training data through a series of technical means. A simple analogy: Your model is like a student, and the training data is its exercise book. Scenario 1 (No Data Enhancement): The … Read more