You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the original paper, the model has 2n+1 layers of 16 filters, 2n layers of 32 filters and 2n layers of 64 filters.
However, your model seems to have 1 layers of 16 filters, 2n layers of 32 filters and 4n layers of 64 filters.
Perhaps do I misunderstand?
The text was updated successfully, but these errors were encountered:
In the original paper, the model has 2n+1 layers of 16 filters, 2n layers of 32 filters and 2n layers of 64 filters.
However, your model seems to have 1 layers of 16 filters, 2n layers of 32 filters and 4n layers of 64 filters.
Perhaps do I misunderstand?
The text was updated successfully, but these errors were encountered: