chainer tag

28 questions


1 answers
58 views
0
What is the value of the chain image recognition Classifier.predictor?

I saved the model by using a chain to learn 73 hiragana characters from images on a convolutional neural network.I'm writing a code that reads the model I learned in serializers.load_npz, enters a han...

2 years ago

1 answers
47 views
0
About adding the original optimizer

This question is to the effect that there is a good way to add the original optimizer to the Chainer.We are currently testing the new optimizer on CNN, which is made only with the regular Python libra...

2 years ago

1 answers
98 views
0
Understanding the Sample Code for the Chainer

A program that learns MNIST image data in the sample code of the Chainerhttps://github.com/pfnet/chainer/blob/master/examples/mnist/train_mnist.pyI wrote my own program referring to , but I got an err...

2 years ago

1 answers
52 views
0
Run out of input workaround and error with train_loop() (warnings.warn('genfromtxt:Empty input file:"%s"'%fname)

Nice to meet you.I'm a python beginner.I am currently working on this site.Learn and recognize your own image set in depth with the NIN of the Chainerhttp://d.hatena.ne.jp/shi3z/20150709$python train_...

2 years ago

1 answers
86 views
0
AttributeError Occurs After Creating a Simple Autoencoder in Python 3

When I created AutoEncoder in the Chainer and made them learn, The following error occurred:Traceback (most recent call last): File MNIST_autoenc.py, line 30, in <module> y=model(xs[batch:batch+...

2 years ago

1 answers
98 views
0
Error creating unique object detection data set

I have already posted it on teratail.

2 years ago

3 answers
137 views
0
I want to install CUDA Toolkit on GeForce 930M's stuck laptop

I want to install CUDA Toolkit 7.5 on a GeForce 930M laptop in Windows 10, but it doesn't work.I don't expect any performance, but I would like to make it into a laptop with an environment where I can...

2 years ago

1 answers
75 views
0
Convolution 2D Arguments for the Chainer

I have a question about the Convolution 2D argument for the chain.Defined in example/imagenet/nin.pymlpconv1 = L.MLPConvolution2D( 3, (96, 96, 96), 11, stride = 4, wscale = w),mlpconv2 = L.MLPConvolut...

« - 3 -

© 2024 OneMinuteCode. All rights reserved.