Skip to content
Snippets Groups Projects
Commit 53946df1 authored by Denis Coquenet's avatar Denis Coquenet
Browse files

clean up unsused code

parent acf510d3
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,6 @@ if __name__ == "__main__":
"use_2d_pe": True, # use 2D positional embedding
"use_1d_pe": True, # use 1D positional embedding
"attention_win": 100, # length of attention window
"weight_end_of_prediction": True, # add more weights for end-of-transcription token in cross-entropy loss
# Curriculum dropout
"dropout_scheduler": {
"function": exponential_dropout_scheduler,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment