jingshuw / SAVERX

R package for transfer learning of single-cell RNA-seq denoising
29 stars 9 forks source link

AttributeError: module 'tensorflow' has no attribute 'get_default_graph' #10

Closed jhu99 closed 4 years ago

jhu99 commented 4 years ago

Error in py_module_import(module, convert = convert) : AttributeError: module 'tensorflow' has no attribute 'get_default_graph'

sctransfter was successfully installed, together with tensorflow 2.0.0

jingshuw commented 4 years ago

Hi, I did not find where I use this attribute, maybe it is used via some function in some other dependent package, could you give me more details of the error message or the full error message?

jhu99 commented 4 years ago

Thanks for your reply! The problem was fixed after creating a new virtual environment and install sctransfter. Maybe the tensorflow version wasn't right in the old environment.