Zhengyun Jiang
Followers: 0 Following: 0
Statistics
2 Questions
0 Answers
RANK
34.727
of 295.673
REPUTATION
1
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
RANK
of 20.262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.257
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
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 ...
bijna 3 jaar ago | 1 answer | 1
1
answerQuestion
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...
meer dan 3 jaar ago | 1 answer | 0