While training in logs ifound only 4 neural layers: 1 Masking 2. LSTM 3. Dense 4. Activation
I wish to add more Desnse and couple of Flatten layers to the model. How do i achieve that? Please suggest
Thanks in advance for your reply.
While training in logs ifound only 4 neural layers: 1 Masking 2. LSTM 3. Dense 4. Activation
I wish to add more Desnse and couple of Flatten layers to the model. How do i achieve that? Please suggest
Thanks in advance for your reply.
please take a look at the docs: Training and Policies
Thanks for your reply, i already figured it out.