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
Why is there a dropout parameter in 1PL implementation?
It does not seem to be used, and I don't know what it should do.
Same question occurs for vocab_size and hidden.
Why is there a
dropoutparameter in 1PL implementation?It does not seem to be used, and I don't know what it should do.
Same question occurs for
vocab_sizeandhidden.