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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

notebook/qm9_pretrained.ipynb导包错误 #1

Open
jianing1997 opened this issue Jun 11, 2024 · 0 comments
Open

notebook/qm9_pretrained.ipynb导包错误 #1

jianing1997 opened this issue Jun 11, 2024 · 0 comments

Comments

@jianing1997
Copy link

Thank you very much for your wonderful work, and I would like to ask you some questions. When I run the notebook/qm9_pretrained.ipynb script, I get the following error:
import os
os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3'
import tensorflow as tf
import numpy as np
from SCANN.models import SCANN
from utils.general import process_xyz_pmt, prepare_input_pmt


TypeError Traceback (most recent call last)
Cell In[4], line 3
1 import os
2 os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3'
----> 3 import tensorflow as tf
4 import numpy as np
5 from SCANN.models import SCANN

File d:\Anaconda\envs\SCANN\lib\site-packages\tensorflow_init_.py:45
42 from tensorflow.python import tf2 as _tf2
43 _tf2.enable()
---> 45 from tensorflow._api.v2 import internal
46 from tensorflow._api.v2 import operators
47 from tensorflow._api.v2 import audio

File d:\Anaconda\envs\SCANN\lib\site-packages\tensorflow_api\v2_internal__init_.py:8
3 """Public API for tf._api.v2.internal namespace
4 """
6 import sys as _sys
----> 8 from tensorflow._api.v2.internal import autograph
9 from tensorflow._api.v2.internal import decorator
10 from tensorflow._api.v2.internal import dispatch

File d:\Anaconda\envs\SCANN\lib\site-packages\tensorflow_api\v2_internal_\autograph_init_.py:8
...
--> 215 all_params = set(params)
216 if len(all_params) < len(params):
217 new_params = []

TypeError: unhashable type: 'list'

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