Community Profile

photo

Donald Baltus

MathWorks

Last seen: 4 Monate vor Aktiv seit 2021

Followers: 0   Following: 0

I am a Principle Engineer at Mathworks. I work on Deep Learning for FPGAs (developing compilers and Simulink/Hdl Coder models to execute deep learning networks).

Statistiken

  • Knowledgeable Level 2
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Error: A Layer Sequence with 'nnet.cnn.layer.BatchNormalizationLayer' immediately following 'nnet.cnn.layer.ReLULayer' is not currently supported.
Hello, The error message says the network cannot include a batch normalization layer immediately AFTER a relu l;ayer. This newt...

11 Monate vor | 0

| akzeptiert

Beantwortet
LSTM network implemention on FPGA
Hello Sami, As you've observed, the Deep Learning HDL Toolbox does not currently support LSTM layers. Adding that support is on...

mehr als 2 Jahre vor | 0

| akzeptiert

Beantwortet
Insert element in vector
It seems you want to conditionally insert values into a vector. You can insert values into a vector by using concat to reconstr...

etwa 3 Jahre vor | 1

| akzeptiert