photo

Darshana


Last seen: 1 year 前 自 2023 起处于活动状态

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 year 前 | 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 year 前 | 1 个回答 | 0

1

个回答

已回答
Resizing the image to 224*224 for resnet50
Yes I figured out the problem.Thank you

1 year 前 | 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 year 前 | 2 个回答 | 0

2

个回答