Nour Mohamed - MATLAB Central
photo

Nour Mohamed


Last seen: 3 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 09/20 to 04/25Use left and right arrows to move selectionFrom 09/20Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

7 个提问
0 个回答

排名
181,373
of 297,891

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
28.57%

收到投票数
0

排名
 of 20,503

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,752

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Unrecognized method, property, or field 'Labels' for class 'augmentedImageDatastore'.
I am writing a CNN classification code, and I used an augmented Image Datastore for resizing my database. Now when I try to extr...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Error when running my CNN code ( Error using parallel.internal.pool.DataQueue The specified superclass 'parallel.internal.pool.AbstractDataQueue' contains a parse error)
I ran my code and it was fine, when I tried to run it again I got the following error even though I did not change anything: E...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Fine-tuning resnet18 (transfer learning) - layer connections error
I want to fine-tune the pretrained resnet18 model, but when I follow the steps on the website: https://www.mathworks.com/help/de...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Testing accuracy of pretrained model (resnet18)
I tested the pretrained resnet18 network available on MATLAB using CIFAR-100 dataset (100 class dataset) and the accuracy is ver...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to use prune for CNNs?
I want to prune pretrained CNNs by certain rates (0.1-0.9). But when I try to use the prune function I get the following error: ...

4 years 前 | 2 个回答 | 0

2

个回答

提问


CNN Layers: high pass filters and truncation layer
I would like to create two layers for my CNN design where the input image is high-pass filtered via convolution with 16 (4 × 4) ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Error when using globalAveragePooling2dLayer in CNN
I am writing a CNN code for an image classification problem and I want to use global average pooling. I found the globalAverageP...

4 years 前 | 1 个回答 | 0

1

个回答