rohan843 / dnncase

GNU General Public License v3.0
1 stars 0 forks source link

Introduction of actual Keras layers and their hyperparameters. #14

Closed rohan843 closed 1 year ago

rohan843 commented 1 year ago

These layers have to be inserted:

  1. https://www.tensorflow.org/api_docs/python/tf/keras/layers/Embedding
  2. https://www.tensorflow.org/api_docs/python/tf/keras/layers/Add
  3. https://www.tensorflow.org/api_docs/python/tf/keras/layers/Subtract
  4. https://www.tensorflow.org/api_docs/python/tf/keras/layers/TextVectorization
  5. https://www.tensorflow.org/api_docs/python/tf/keras/layers/Conv2D

The hyperparameters need to be shown on the Right pane for now.