Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 299 Bytes

File metadata and controls

12 lines (9 loc) · 299 Bytes

MyUtils

Some common utils

dl_exp

  • utils.py: some common utils for deep learning experiment
  • loss.py: self-supervised learning loss functions. Such as Contrastive Loss, DDLLoss.
  • metrics.py: cluster_acc, nmi, pur for cluster experiment.

TODO

  • document it.
  • more tests.