Skip to content
Snippets Groups Projects
Commit e7715f8d authored by Schneider Leo's avatar Schneider Leo
Browse files

datasets

parent 769eedb8
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ class PositionalEncoding(nn.Module):
class Model_Common_Transformer(nn.Module):
def __init__(self, drop_rate=0.1, embedding_dim=128, nb_aa=24,
def __init__(self, drop_rate=0.1, embedding_dim=128, nb_aa=23,
regressor_layer_size_rt=512, regressor_layer_size_int=512, decoder_rt_ff=512, decoder_int_ff=512,
n_head=1, seq_length=25,
charge_max=4, charge_frag_max=3, encoder_ff=512, encoder_num_layer=1, decoder_rt_num_layer=1,
......
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