Skip to content

Commit ccad633

Browse files
author
Victor Yurchenko
committed
Seminar 04 - finetuning
1 parent c6370d8 commit ccad633

File tree

8 files changed

+614
-0
lines changed

8 files changed

+614
-0
lines changed

seminar04-finetuning/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
### More materials:
2+
- http://cs231n.github.io/transfer-learning/
3+
- lasagne [recipes](https://github.com/Lasagne/Recipes)
4+
- [a few words on soft-targets](http://www.kdnuggets.com/2015/05/dark-knowledge-neural-network.html)
5+
- If you want to learn more about graphical models - [first video](https://www.youtube.com/watch?v=uAsys22y5mY)
6+
- **PyTorch** [finetuning tutorial](https://pytorch.org/tutorials/beginner/finetuning_torchvision_models_tutorial.html)
7+
8+
9+
### Assignment
10+
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/yandexdataschool/Practical_DL/blob/spring20/seminar04-finetuning/seminar_pytorch.ipynb)
11+
12+
Your goal for this week is to use pre-trained convolutuional network from the model zoo to classify cats versus dogs.
11.3 KB
Loading
14.9 KB
Loading
15 KB
Loading
16.4 KB
Loading
Loading
23.9 KB
Loading

0 commit comments

Comments
 (0)