![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/29258711_1677050733611_DEF.jpg)
Darshana
Followers: 0 Following: 0
Feeds
질문
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...
1년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
1년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
Resizing the image to 224*224 for resnet50
Yes I figured out the problem.Thank you
Resizing the image to 224*224 for resnet50
Yes I figured out the problem.Thank you
1년 초과 전 | 0
질문
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...
1년 초과 전 | 답변 수: 2 | 0