├── HypergraphConv.py ├── README.md ├── dataloader.py ├── high_fre_conv.py ├── model.py ├── model_GCN.py ├── model_hyper.py └── train.py /HypergraphConv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feiyuchen7/M3NET/HEAD/HypergraphConv.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feiyuchen7/M3NET/HEAD/README.md -------------------------------------------------------------------------------- /dataloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feiyuchen7/M3NET/HEAD/dataloader.py -------------------------------------------------------------------------------- /high_fre_conv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feiyuchen7/M3NET/HEAD/high_fre_conv.py -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feiyuchen7/M3NET/HEAD/model.py -------------------------------------------------------------------------------- /model_GCN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feiyuchen7/M3NET/HEAD/model_GCN.py -------------------------------------------------------------------------------- /model_hyper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feiyuchen7/M3NET/HEAD/model_hyper.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feiyuchen7/M3NET/HEAD/train.py --------------------------------------------------------------------------------