yairschiff commited on
Commit
c6e5785
1 Parent(s): 8726132
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -151,7 +151,7 @@ def count_rings_and_bonds(
151
  Download data and validation indices from:
152
  "Score-based Generative Modeling of Graphs via the System of Stochastic Differential Equations"
153
  https://github.com/harryjo97/GDSS
154
- > wget wget https://raw.githubusercontent.com/harryjo97/GDSS/master/data/zinc250k.csv
155
  > wget https://raw.githubusercontent.com/harryjo97/GDSS/master/data/valid_idx_zinc250k.json
156
  """
157
  df = pd.read_csv('<PATH TO zinc250k.csv>', index_col=0, encoding='utf_8')
 
151
  Download data and validation indices from:
152
  "Score-based Generative Modeling of Graphs via the System of Stochastic Differential Equations"
153
  https://github.com/harryjo97/GDSS
154
+ > wget https://raw.githubusercontent.com/harryjo97/GDSS/master/data/zinc250k.csv
155
  > wget https://raw.githubusercontent.com/harryjo97/GDSS/master/data/valid_idx_zinc250k.json
156
  """
157
  df = pd.read_csv('<PATH TO zinc250k.csv>', index_col=0, encoding='utf_8')