corochann / chainer-saliency

Saliency calculation module for Chainer
MIT License
12 stars 2 forks source link

Is rdkit crucial? #1

Open twirlined opened 5 years ago

twirlined commented 5 years ago

Hi Thanks for your project.

I'm currently using Jetson TX2. It seems that without anaconda (supposedly anaconda doesn't support arm64 arch), rdkit cannot be installed. Is rdkit necessary? Can parts of the code using rdkit be commented out and still execute?

This is the error that I got /home/nvidia/.local/lib/python3.5/site-packages/chainer_chemistry/__init__.py:12: UserWarning: A module chainer_chemistry.datasets was not imported, probably because RDKit is not installed. To install RDKit, please follow instruction in https://github.com/pfnet-research/chainer-chemistry#installation. UserWarning)

corochann commented 5 years ago

I guess the code still works with out rdkit except molecule example.

Can you just try executing table and image example without rdkit?