Highlights
- Pro
Pinned Loading
-
Wrapper for Running Ablation Studies...
Wrapper for Running Ablation Studies on wandb 1def build_model(hidden_dim,enc_output_size, word_vector_dim,dropout,num_layers,
2use_pos_enc = False, use_pre_embed = False,
3freeze_pre_embed = False, use_layer_norm = False):
4model = somemodel(hidden_dim,enc_output_size, word_vector_dim,dropout,num_layers,
5use_pos_enc = False, use_pre_embed = False,
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.