Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 2.29 KB

README.md

File metadata and controls

58 lines (42 loc) · 2.29 KB

Research Tool box

Collection of essential tools, tricks and scripts used for research and development.

Tools for Exploring and Analyzing Papers

For reading papers:

For searching papers:

  • Connected Papers will show you the graph of related papers (both Past and Future works).

For summarizing papers and generating podcast:

GitHub

  • Download only the subdirectory of interest (Source): Open VSCode in browser by pressing ., then download the subdirectory from navigation panel.

VSCode

Setup

  • Connect to remote server: Link

Trick

  • 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>

Book

  • My collection of open-public books: Link

Online resources

Explaination

Transformers