1st week:
Cats vs dog classifier
Just a small thing I noticed,if we keep learningRate as 0.0001, the kernel crashes. To students searching for kernel crashing error, keep LR = 0.001.
Hope it helps
1st week:
Cats vs dog classifier
Just a small thing I noticed,if we keep learningRate as 0.0001, the kernel crashes. To students searching for kernel crashing error, keep LR = 0.001.
Hope it helps
kernel crashing is not limited to learning rate, any kernel crashes when it is unable to run the codes written in a given cell in the assigned time.
In your case it might hold true but not universal.