diff --git a/notebooks/examples-masking.ipynb b/notebooks/examples-masking.ipynb index 0bd3600..8d919e2 100644 --- a/notebooks/examples-masking.ipynb +++ b/notebooks/examples-masking.ipynb @@ -69,7 +69,7 @@ " featurizers.Conjugated()\n", "]\n", "\n", - "# Currently, collate_fn performs the masking. Should it be performed in PeptideGraphEncoder instead?\n", + "# Currently, collate_fn performs the masking.\n", "# ***IMPORTANT***: When fine-tuning a pretrained model, the PeptideGraphEncoder for the fine-tuning task \n", "# also needs supports_masking=True (as dimensions need to match).\n", "peptide_graph_encoder = encoders.PeptideGraphEncoder(\n",