Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix GRU layers instead of Convolution layer #184

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 5, 2021

  1. Fix GRU layers instead of Convolution layer

    In order to be aligned with the title "multiple layer GRU", I changed the layers used in the NN to use GRU layers instead of Conv1D layer.
    anisayari authored Jun 5, 2021
    Configuration menu
    Copy the full SHA
    dec830f View commit details
    Browse the repository at this point in the history