lunyu
lunyu
> This issue has been solve in our latest version, https://www.amazonaws.cn/en/solutions/data-transfer-hub/ Please upgrade the CloudFormation Stack with the follow guide: > > 1. Go to CloudFormation, choose the Data Transfer...
> The most important metric is i_ptm (as this quantifies the confidence of the interface). > > plddt, I wonder if this is low because the final peptide is not...
I'm following up with my trials. I noticed that for some target proteins, the `i_ptm` increases and then decreases during the soft iterations. For example, `5HHX_A` with a binder length...
Based on the code in `save_emb.py`, it seems the file is following Glove format: ``` if __name__ == "__main__": parser = argparse.ArgumentParser() parser.add_argument('--input_embedding', default="./embedding/glove.6B.100d.txt") parser.add_argument('--output_embedding', default="./data/glove.100.pk") parser.add_argument('--unk', default='unk') args =...
I tried modifying the current graph index class to directly insert triplets. But I noticed a few problems that probably need a more considerate design for graph index query. 1....
> Once you the design protocol transitions into "hard", sometimes things become unstable. Either because there does not exist a single-sequence solution... or because the optimization is too sensitive (multiple...
I have similar issue as well when loading the lightGBM models using MLflow. It seems by importing lightgbm, it can load properly. `from mmlspark.lightgbm import LightGBMRanker` I think it is...
Looks like they are for pretrained embeddings?
> Hi @victorconan Thank you for reporting this issue, I will investigate your request in the coming days and will get back to you. I am sure the patent number...
I think the bug is here: ``` def get_patent_identification_data(root_tree): publication_info = root_tree.find(publication_info_base_path) application_info = root_tree.find(application_info_base_path) term_of_grant_info = root_tree.find(us_term_of_grant_path) term_of_grant_length = root_tree.find(us_term_of_grant_length) term_of_grant_extension = root_tree.find(us_term_of_grant_extension) us_term_of_grant_disclaimer = root_tree.find(us_term_of_grant_disclaimer_text) invention_title = root_tree.find(invention_title_path)...