How to reset commit and push to remote Posted on 2023-10-26 In Git Symbols count in article: 54 Reading time ≈ 1 mins. Reset & Push 123git reset [commit]# get branchesgit push -f
重构 改善既有代码的设计 Posted on 2023-08-27 In Coding Symbols count in article: 772 Reading time ≈ 1 mins. 阅读笔记及摘要 Read more »
Head First - 设计模式 (JAVA) Posted on 2023-08-21 Edited on 2023-08-27 In Coding Symbols count in article: 11k Reading time ≈ 8 mins. 阅读笔记及摘要 Read more »
How to checkout a remote branch Posted on 2023-01-20 Edited on 2023-03-27 In Git Symbols count in article: 171 Reading time ≈ 1 mins. Fetch & Switch 1234git fetch origin# get branchesgit branch -v -agit switch branch-name References https://stackoverflow.com/questions/1783405/how-do-i-check-out-a-remote-git-branch
Attention is All You Need Posted on 2022-12-31 In Natural Language Processing , Transformer Related Topics Symbols count in article: 0 Reading time ≈ 1 mins.
Attention Mechanisms (Updating) Posted on 2022-12-31 In Natural Language Processing , Transformer Related Topics Symbols count in article: 116 Reading time ≈ 1 mins. I'll take down notes on different attention mechanisms while reading related topics. Read more »
Hello, 2023 Posted on 2022-12-31 In Yeyang Symbols count in article: 107 Reading time ≈ 1 mins. Hello, 2023! Hello, New Version of Yeyang~ Believe in yourself! Gotta be a stronger girl and go get everything that you deserve!
Class Active Mapping Posted on 2022-11-26 Edited on 2022-12-31 In Computer Vision Symbols count in article: 1.8k Reading time ≈ 1 mins. Brief discussion about CAM and Grad-CAM Read more »
How to make git forget tracked files Posted on 2022-11-20 In Git Symbols count in article: 959 Reading time ≈ 1 mins. git rm -r --cached . && git add . && git commit -am "Remove ignored files" git update-index --skip-worktree Read more »
How to embed PDFs in your git page? Posted on 2021-09-27 In Blog Symbols count in article: 1k Reading time ≈ 1 mins. 2 ways to embed PDFs in your git page. PDF hyperlink and embedded PDF. Read more »