We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello Dr. Wang
Could you tell me how to split trajectories data into 300 ensembles (1000 frame/ensemble) as a training set;
NameError Traceback (most recent call last) Cell In[31], line 13 9 target_front_pad = [5] 10 target_end_pad = [6,7] ---> 13 sequence_length = len(sequence_as_type_AB) 14 padded_sequence_length_AB = sequence_length + pad_length 16 print(padded_sequence_length_AB)
NameError: name 'sequence_as_type_AB' is not defined;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello Dr. Wang
Could you tell me how to split trajectories data into 300 ensembles (1000 frame/ensemble) as a training set;
and,
PPIwith_Basins_and_Transformer_v24.4.ipynb
NameError Traceback (most recent call last)
Cell In[31], line 13
9 target_front_pad = [5]
10 target_end_pad = [6,7]
---> 13 sequence_length = len(sequence_as_type_AB)
14 padded_sequence_length_AB = sequence_length + pad_length
16 print(padded_sequence_length_AB)
NameError: name 'sequence_as_type_AB' is not defined;
The text was updated successfully, but these errors were encountered: