photo

Nour Mohamed


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
132,184
of 300,321

REPUTATION
0

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
28.57%

VOTES RECEIVED
0

RANK
 of 20,913

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,093

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

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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...

4 years ago | 1 answer | 0

1

answer

Question


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...

4 years ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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: ...

5 years ago | 2 answers | 0

2

answers

Question


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) ...

5 years ago | 1 answer | 0

1

answer

Question


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...

5 years ago | 1 answer | 0

1

answer