chainer / chainer-chemistry

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

Crystal Support #396

Closed nissy-dev closed 4 years ago

nissy-dev commented 4 years ago

DONE

The detail description is here

TODO

codecov-io commented 4 years ago

Codecov Report

Merging #396 into experimental_mp will decrease coverage by 7.03%. The diff coverage is 57.57%.

@@                 Coverage Diff                 @@
##           experimental_mp     #396      +/-   ##
===================================================
- Coverage             91.3%   84.27%   -7.04%     
===================================================
  Files                  227      250      +23     
  Lines                10999    11951     +952     
===================================================
+ Hits                 10043    10072      +29     
- Misses                 956     1879     +923
nissy-dev commented 4 years ago

I wrote tests for CGCNN & MEGNet. Currently, all tests pass the forward test, but don't pass the backward test except test_megnet_readout.py.

Now, most of the backward test are commented out and I investigate why the backward test fails.