chainer tag

28 questions


1 answers
426 views
0
from chain.functions importcaffe is not available.

from chain.functions import cafecannot be imported.pip install chain You just typed the command in .Other chain.functions have been imported.Operating EnvironmentWindows 10VSCodePython 3.9

1 years ago

1 answers
125 views
0
I want to use unlabeled sensor data for classification.

In a copy project of a paper, I'm trying to implement a sensor in my ear to recognize facial expressions (output is 0 when I'm not doing anything, 1 when I open my mouth wide).Easy implementation of n...


1 answers
95 views
0
CONTINUOUS METHOD FOR LEARNING TIME SERIES DATA

We use a chain to learn time series data.For example, create a model by repeatedly learning EPOCH:100 with data from A1 to A99.We expect the following data (assuming Q100):Save the model and reflect t...


1 answers
124 views
0
About gan errors using the chainer

I would like to run the following github program.https://github.com/musyoku/improved-gan/I don't even understand the contents of the error.I am aware of my lack of experience.I was told that there are...

1 years ago

1 answers
62 views
0
Chains fail to learn due to errors in learning

It's my first time using it.I study machine learning using a chain called Convolutional LSTM.In an experiment using MovingMnist, the program worked, but when I tried to use the data I had, I got an er...

1 years ago

1 answers
63 views
0
Understanding NStepBiLSTM Dropout for Chainers

I think the NStepBiLSTM of the chain has a dropout rate argument.0 → Do not drop out at all1 → All become 0Will it be?When I set dropout=0, it didn't work well, so I thought it might be the other way ...

1 years ago

1 answers
108 views
0
No module name 'cupy' when OpenPose tries to run on GPU

I am trying to open pose by referring to the following site.https://github.com/DeNA/Chainer_Realtime_Multi-Person_Pose_Estimation/blob/master/README_JP.mdThe CPU worked fine, but the operation was so ...


1 answers
58 views
0
I want to pad and size sets of matrices of different sizes

When given a set A of matrices of different sizes, A= [[[1, 2, 3], [1, 2, 3], [1, 2, 3]], [[1, 2], [1, 2], [1, 2], [1, 2]], [[1, 2, 3, 4], [1, 2, 3, 4]]]I'd like to pad with 0 and combine the whole th...

1 years ago

1 answers
83 views
0
Removing Weight Parameters from the Chainer Trainer

I think the Chains can normally retrieve the network parameters as model.predictor.conv2.W.data.(model: ) I also wanted to save progress parameters, so I used Trainer's extension.snapshot() which is o...

1 years ago

1 answers
55 views
0
substitution into Python array

I am using python 2.7.Now execute the code below andprintr.dataprinter[0][action-1].data[[0.346424640.39359313-1.24270797-0.899237990.11451679-0.49929592]] - 0.499295920134 the result came out.So, r[0...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.