MrJs133 commented on code in PR #131:
URL: 
https://github.com/apache/incubator-hugegraph-ai/pull/131#discussion_r1875611529


##########
hugegraph-ml/src/hugegraph_ml/models/bgrl.py:
##########
@@ -252,4 +252,5 @@ def get_graph_drop_transform(drop_edge_p, feat_mask_p):
     if feat_mask_p > 0.0:
         transforms.append(FeatMask(feat_mask_p, node_feat_names=["feat"]))
 
-    return Compose(transforms)
\ No newline at end of file
+    return Compose(transforms)
+    

Review Comment:
   emmm
   yes, you are right



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to