![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/22138738_1657639900195_DEF.jpg)
Andrey Puchkov
Followers: 0 Following: 0
Programming Languages:
Python, C++, C#, R, MATLAB, Visual Basic
Spoken Languages:
English, German, Russian
Python, C++, C#, R, MATLAB, Visual Basic
Spoken Languages:
English, German, Russian
Feeds
질문
Why is the error thrown: Inputs to concatenations layer must have consistent formats.
lgraph = layerGraph(); tempLayers = imageInputLayer([90 90 3],"Name","imageinput_1"); lgraph = addLayers(lgraph,tempLayers); ...
1년 초과 전 | 답변 수: 1 | 0
1
답변질문
how to write a trained fuzzy FIS tree to disk
Hi all! I can't write the tree of trained fuzzy inference systems to disk. At the bottom of the program are the options that ...
대략 2년 전 | 답변 수: 1 | 0
1
답변질문
how to write a trained fuzzy FIS tree to disk
Granulator = mamfis('Name','Granulator','NumInputs',2,'NumOutputs',1); Granulator.Inputs(1).Name = "G_inp1"; Granula...
대략 2년 전 | 답변 수: 0 | 0
0
답변질문
How to input CNN images from two sources?
Good afternoon! Can you please tell me how to submit images from two different sources to the CNN input at once? I use two inp...
2년 초과 전 | 답변 수: 1 | 0