We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f2cbec commit 33b22daCopy full SHA for 33b22da
1 file changed
src/graphnet/models/pretraining_maskpred.py
@@ -1,4 +1,7 @@
1
-"""Exp. feature: Self-supervised pretraining using BERT-style mask prediction."""
+"""Experimental feature.
2
+
3
+Self-supervised pretraining using BERT-style mask prediction.
4
+"""
5
6
from typing import Any, Tuple, Union, List, Type, Optional, Dict
7
import os
0 commit comments