필터 지우기
필터 지우기

Error when trying to get untrained ResNet-50 architecture

조회 수: 2 (최근 30일)
Guilherme Roberto
Guilherme Roberto 2020년 10월 16일
편집: Guilherme Roberto 2020년 10월 16일
Hello everyone.
I want to train the CNN ResNet-50 from scratch. According to the manual (https://www.mathworks.com/help/deeplearning/ref/resnet50.html), I can get an untrained version using the following command:
lgraph = resnet50('Weights','none')
However, this command returns an error:
Error using resnet50
Too many input arguments.
I've already used the pretrained version of ResNet-50 with no problems through the following command:
net = resnet50
Am I missing something?
Thanks for helping

답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

제품


릴리스

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by