photo

Zhengyun Jiang


Last seen: 4 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
35,528
of 300,603

REPUTATION
1

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
1

RANK
 of 21,028

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,786

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

Feeds

View by

Question


create a new deep learning network with two inputs, one is imageinput, the other is sequence input, but deep learning network analyzer makes error that Incompatible layer type
lgraph = layerGraph(); tempLayers = [ sequenceInputLayer(1,"Name","sequence") lstmLayer(128,"Name","lstm")]; lgraph ...

4 years ago | 1 answer | 1

1

answer

Question


how to install a network structure with two input,one is imageinput,the other is sequence input?
I want to improve the performance of a CNN network. So I add a sequencial input(which is match with the CNN image input), and tr...

4 years ago | 1 answer | 0

1

answer