-
我再问点问题哦。。做图像识别需要大量的训练样本对呗,那网上有多少现成的样本呢?我就知道Mnist,cifar10这样很经典的样本集,还有就是ImageNet了。。。有没有人总结过,有哪些好用的免费样本集呢?我在做智能交通方面的图像识别,一般去哪里找相关的样本集呢?
-
Running into a problem with adding L2 regularization. An example is to change the `loss` function in `examples/mnist.jl` from
```julia
function loss(w,x,ygold)
ypred = predict(w,x)
ynor…
jgbos updated
7 years ago
-
Has to do with TFLearn's dataset mnist.py file.
In Intro to TFLearn's "Handwritten Digit Recognition" exercise, mnist.py is not extracting data correctly, which caused me to see this error when runni…
-
[ABB13] ABBYY, January 2013. available at ?iiT,ffrrrX##vvX+QKf `2+Q;MBiBQMnb2`p2`.
[AHN+14] Q. U. A. Akram, S. Hussain, A. Niazi, U. Anjum, and F. Irfan. Adpating Tesseract for Complex Scripts: An Ex…
-
I'm trying to modify the lenet.jl example with momentum, but I get the following error:
>ERROR: LoadError: MethodError: no method matching Knet.Momentum(; lr=0.02, gclip=0, gamma=0.9)
Closest candid…
-
I have updated Knet with `Pkg.clone("https://github.com/denizyuret/Knet.jl")` and got various errors running several examples:
```
0 ~/.j/v/K/examples git:(master) julia housing.jl
INFO: Knet u…
-
##### System information (version)
- OpenCV => 3.2
- Operating System / Platform => MacOS Sierra 10.12.5
- Compiler => Terminal
I followed the documentation with:
```
import cv2
import n…
-
I need to use this library to recognize handwriting, but i don't know how to train data. Can you help me?
Thanks!
-
ERROR: LoadError: ccall: could not find function add_32_01 in library /home/palmesp/.julia/v0.5/Knet/src/libknet8.so
Info:
p=Cint[0]; ccall(("cudaRuntimeGetVersion","libcudart"),UInt32,(Ptr{Cint…
-
In the exercise on handwritten digit recognition (in the 'Intro to TFLearn' lesson), I'm getting the following error when trying to execute the code that loads the MNIST data:
```
Extracting mnist…