This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Models] Update 1D CNN from Hu et al. with paper
Several implementation from Hu's 1D CNN are detailed in the paper and were wrong in the previous implementation: * We now use tanh activation (instead of ReLU) * We now use the SGD optimizer with lr = 0.01 (instead of Adam) * We now compute the kernel size using Hu's equation from the paper This also fixes a bug regarding the squeezing when the current batch has only 1 sample.
- Loading branch information
Showing
1 changed file
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters