MachineLearning
MachineLearning copied to clipboard
Basic Machine Learning and Deep Learning
Modify .gitignore
help....
MissingInputError: Input 0 of the graph (indices start from 0), used to compute if{}(keras_learning_phase, Elemwise{true_div,no_inplace}.0, Pool{ignore_border=True, mode='max', ndim=2}.0), was not provided and not given a value. Use the Theano flag...
Traceback (most recent call last): File "D:/cliff/Programmer-related/GPU_related/kerasѧϰ/dive_into_keras/cnn.py", line 62, in model = create_model() File "D:/cliff/Programmer-related/GPU_related/kerasѧϰ/dive_into_keras/cnn.py", line 38, in create_model model.add(Convolution2D(4, 1, 5, 5, border_mode='valid')) # cliff, add "input_shape" File "C:\Anaconda2\lib\site-packages\keras\models.py",...
Traceback (most recent call last): File "C:\Users\liangxin\keras_usage\c data, label = load_data() File "C:\Users\liangxin\keras_usage\d imgs = os.listdir("./mnist") WindowsError: [Error 3] : './mnist/*.*'
Traceback (most recent call last): File "cnn.py", line 57, in model.add(Convolution2D(4, 5, 5, border_mode='valid',input_shape=(1,28,28))) File "/home/leo/anaconda2/lib/python2.7/site-packages/keras/models.py", line 276, in add layer.create_input_layer(batch_input_shape, input_dtype) File "/home/leo/anaconda2/lib/python2.7/site-packages/keras/engine/topology.py", line 370, in create_input_layer self(x) File...
楼主知道哪有吗?
 不知道这个为什么会显示不存在,这个不是自己定义好的么?
我运行的时候弹出这个错误信息,是怎么回事 Traceback (most recent call last): File "G:/MyCode/mmnist/keras_usage/cnn.py", line 85, in sgd = SGD(l2=0.1,lr=0.05, decay=1e-6, momentum=0.9, nesterov=True) File "D:\Anaconda2\lib\site-packages\keras-1.0.3-py2.7.egg\keras\optimizers.py", line 117, in **init** super(SGD, self).**init**(**kwargs) File "D:\Anaconda2\lib\site-packages\keras-1.0.3-py2.7.egg\keras\optimizers.py", line 36, in...
MacOS
.github/workflows/ci.yml