Skip to content

Pseudo-Lab/All-About-ViT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

Vision Transformer의 모든 것

jupyter book build

  • install
pip install -U jupyter-book
  • build
jupyter-book build book/ --all

publish online

  • push
git add .
git commit -m "added book!"
git push
  • publish
ghp-import -n -p -f book/_build/html -m "initial publishing"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks