Darshana
Followers: 0 Following: 0
Statistics
RANK
225 985
of 295 673
REPUTATION
0
CONTRIBUTIONS
3 Questions
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
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
Error in testing accuracy code
% Load the pre-trained network (if you already trained and saved the network) net = load('net.mat'); % Load the test datase...
mer än ett år ago | 1 answer | 0
1
answerQuestion
Resnet50 layers in code format
I needed the layers of Resnet50 in code format, so that i can understand how to change the last layers. Can anyone provide resne...
mer än ett år ago | 1 answer | 0
1
answerResizing the image to 224*224 for resnet50
Yes I figured out the problem.Thank you
mer än ett år ago | 0
Question
Resizing the image to 224*224 for resnet50
clc; clear all; close all; path=dir('location'); n=length(path); for i=3:n str=path(i).name; [p ,fname]=fil...
mer än ett år ago | 2 answers | 0