Amit S
Amit S
How to use [get_best_lr](https://github.com/surmenok/keras_lr_finder/blob/f1013c997080792259478a25908c80c08a2f2fbd/keras_lr_finder/lr_finder.py#L145) method from the class [LRFinder](https://github.com/surmenok/keras_lr_finder/blob/f1013c997080792259478a25908c80c08a2f2fbd/keras_lr_finder/lr_finder.py#L8) I tried ``` lr_finder.get_best_lr(sma=20) ``` I got the following error. ``` --------------------------------------------------------------------------- IndexError Traceback (most recent call last) in ----> 1...
I downloaded the 'vggnet.h5' from [this_repo](https://github.com/kkweon/mnist-competition/tree/master/model), I loaded and checked the summary it was not having any dropout layer. Why didn't you use it? any particular reason?
I was able to successfully run cmake `!cmake ..` ``` -- The C compiler identification is GNU 7.5.0 -- The CXX compiler identification is GNU 7.5.0 -- Check for working...
I don't have GPU, I am using CPU. When I was following the instructions given in the README to compile. `$ cmake ..` I got the following errors. ``` --...