Collection of essential tools, tricks and scripts used for research and development.
- Go to Academic Papers
- Download only the subdirectory of interest
(Source):
Open VSCode in browser by pressing
.
, then download the subdirectory from navigation panel.
- Connect to remote server: Link
- Open VSCODE in browser from GitHub: Press
.
- Master VS Code's keyboard shortcuts in 13 minutes: Video
- Open Tensorboard:
- Run
tensorboard --bind_all --reload_multifile True --samples_per_plugin images=300 --port <your_port> --logdir=.
- Then go to tab
Ports
in VSCode, and add<your_port>
- Open web browser and go to
http://localhost:<your_port>
- Run
- My collection of open-public books: Link
- AI by Hand ✍️ Exercises in Excel from Tom Yeh (Link github)
- Go to Transformers.md