Community Profile

photo

Christian Huggler


Last seen: 2 months ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Revival Level 1
  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Question


Prediction differs during training with result
I have twelve weighted classes that I train with a large augmented training and validation pixelLabelImageDatastore. Created wi...

2 years ago | 0 answers | 0

0

answers

Answered
How to set default fill value in imageDataAugmenter for categorical image
augmenter = imageDataAugmenter(... 'RandXTranslation',[-300 300],... 'RandXReflection', false,... 'RandYRefle...

2 years ago | 0

Question


GPU Coder compatibility with NVIDIA L4T 32.6.1
Hi Where can I find a compatibility documentation between matlab version (GPU coder) and cuda / tensorrt version. NVIDIA L4T 3...

2 years ago | 1 answer | 0

1

answer

Answered
int8 Calibration data with semantic segmentation
Are there any news according INT8 for semantic segmentation networks?

2 years ago | 0

Question


MATLAB syntax (parantheses without intermediate steps)
Why is following intermediate calculation step necessary? temp = abs(rand(10)-eye(10)); result = mean(temp(:)); In Octave is ...

4 years ago | 3 answers | 0

3

answers