Lectures 2021 for Experis Academy | Kilometro Rosso
docs/
:- DL4CV_Experis2020.pdf
- Papers
day1/
: Introduction to computer vision, VGG, Transfer Learningday2/
: Residual Learning, Advance Tranfer Learning, Pruningextra/
: some extra material useful for brief recap on KL divergence applied to CVfake exam/
: Add some extra material to be fixed!! : Unsupervised on CV task! + surprise!
- Fork Project!
git clone repo
: locallygit remote -v
git remote add myfork your_repo
- Remember to update daily :
git pull origin main
- Remember to add , commit, push ! :
git push myfork main