Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
jenniferjiang
/
Moore_CircuitGen
like
2
License:
mit
Model card
Files
Files and versions
xet
Community
main
Moore_CircuitGen
/
classes
/
dataloader.py
jenniferjiang
Upload 22 files
832456c
verified
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
118 Bytes
class
DataLoader
:
def
__init__
(
self,graph,node_feats=[],edge_index=
None
,label={}
):
self.graph = graph