linetor
linetor
### Describe the feature you want to add to this project When tune_model, log said that **Tuning with n_jobs=1** **Cross validating with StratifiedKFold(n_splits=3, random_state=None, shuffle=False), n_jobs=1** ... although model's parameter...
I want to use keras.applications.inception_v3 model. After I load that model it, there is an error about pooling layer. Error Message :----> 1 InceptionV3(include_top=True,input_tensor=None, input_shape=None,weights=None) /pang/linetor/miniconda2/envs/py27/lib/python2.7/site-packages/keras/applications/inception_v3.pyc in InceptionV3(include_top, weights, input_tensor,...