dl Flashcards

1
Q

dl: Only nvidia GPUs support

A

Cuda

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

jupyter: To see which arguments a function requires

A

put cursor in brackets and press shift tab twice

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

dl: the standard folder structure for image data is

A

one folder called train and one called valid

each one has one folder per class, and that folder is full of images of that class.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

dl: Learning rate annealing is when

A

you decrease learning rate as you get to later iterations.

Note: A good type is cosine annealing. Keep learning rate high, then drop fast, then keep learning rate flat

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

dl: A learning rate schedule is

A

Using an annealing learning rate that jumps back up to the highest learning rate and starts again a few times to make sure its not in a non optimal valley. Works better than ensembles (where they train 10 models hoping one will work better)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

dl: The best way to deal with unbalanced datasets is to

A

make copies of the rare classes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly