chainer / chainer-chemistry

Chainer Chemistry: A Library for Deep Learning in Biology and Chemistry
MIT License
618 stars 129 forks source link

Chainer graph refactor #402

Closed corochann closed 4 years ago

corochann commented 4 years ago

Support automatic data download. Please try running code under examples/network_graph

python train_network_graph.py --dataset cora --method gin --device 0
python train_network_graph.py --dataset citeseer --method gin_sparse --device 0
python train_network_graph.py --dataset reddit --device 0 --method gin --coo true
codecov-io commented 4 years ago

Codecov Report

Merging #402 into master will decrease coverage by 4.49%. The diff coverage is n/a.

@@            Coverage Diff            @@
##           master     #402     +/-   ##
=========================================
- Coverage   88.91%   84.41%   -4.5%     
=========================================
  Files         234      234             
  Lines       11449    11449             
=========================================
- Hits        10180     9665    -515     
- Misses       1269     1784    +515
corochann commented 4 years ago

/test

pfn-ci-bot commented 4 years ago

Successfully created a job for commit 6b1aa83: