ur-whitelab / nmrgnn

Graph neural network for predicting NMR chemical shifts
MIT License
48 stars 8 forks source link

Could not find matching concrete function to call from SavedModel #21

Open JHlozek opened 1 year ago

JHlozek commented 1 year ago

I am trying to use this code, however, when trying to run the pipeline on the provided test data, I get the attached error below. This happens whether I run the command line or the python code.

It seems it could be related to this issue for loading/saving weights as the nmrgnn code uses model.save(): https://github.com/tensorflow/tensorflow/issues/37973

error_pic