We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2208c1 commit 6d3a48eCopy full SHA for 6d3a48e
3 files changed
data/molecules.py
@@ -239,7 +239,7 @@ class MoleculeDataset(torch.utils.data.Dataset):
239
240
def __init__(self, name):
241
"""
242
- Loading SBM datasets
+ Loading ZINC dataset
243
244
start = time.time()
245
print("[I] Loading dataset %s..." % (name))
environment_cpu.yml
@@ -40,5 +40,4 @@ dependencies:
40
- pip:
41
- tensorflow==2.1.0
42
- tensorflow-estimator==2.1.0
43
- - tensorboard==2.1.1
44
- - ogb==1.2.3
+ - tensorboard==2.1.1
environment_gpu.yml
@@ -43,5 +43,4 @@ dependencies:
- tensorflow-gpu==2.1.0
45
46
47
0 commit comments