Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deepchem and tensorflow #3790

Open
3 tasks
11140321 opened this issue Jan 18, 2024 · 0 comments
Open
3 tasks

Deepchem and tensorflow #3790

11140321 opened this issue Jan 18, 2024 · 0 comments

Comments

@11140321
Copy link

馃摎 Installation

Environment

  • OS:
  • Package manager (PyPI or Conda):
  • Python version:3.6
  • DeepChem version:2.5.0
  • TensorFlow version:1.13.1
  • PyTorch version (optional):
  • CUDA/cuDNN version (optional):
  • Any other relevant information:

Checklist

  • I followed the installation guide.
  • I used Google Colab.
  • I do have multiple CUDA versions on my machine.

Additional context

import deepchem as dc
Traceback (most recent call last):
File "", line 1, in
File "/root/anaconda3/envs/MRGNN/lib/python3.6/site-packages/deepchem/init.py", line 10, in
import deepchem.hyper
File "/root/anaconda3/envs/MRGNN/lib/python3.6/site-packages/deepchem/hyper/init.py", line 2, in
from deepchem.hyper.base_classes import HyperparamOpt
File "/root/anaconda3/envs/MRGNN/lib/python3.6/site-packages/deepchem/hyper/base_classes.py", line 6, in
from deepchem.models import Model
File "/root/anaconda3/envs/MRGNN/lib/python3.6/site-packages/deepchem/models/init.py", line 6, in
from deepchem.models.keras_model import KerasModel
File "/root/anaconda3/envs/MRGNN/lib/python3.6/site-packages/deepchem/models/keras_model.py", line 38, in
class KerasModel(Model):
File "/root/anaconda3/envs/MRGNN/lib/python3.6/site-packages/deepchem/models/keras_model.py", line 663, in KerasModel
@tf.function(experimental_relax_shapes=True)
AttributeError: module 'tensorflow' has no attribute 'function'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant