JSybrandt / agatha

AGATHA: Automatic Graph-mining And Transformer based Hypothesis generation Approach
http://agatha-hypothesis-generation.rtfd.io/
GNU General Public License v3.0
56 stars 9 forks source link

Could not find config.proto or config_pb2 for abstract generator #11

Closed justinbabu closed 4 years ago

justinbabu commented 4 years ago

Hi,

I was trying to run this repo but could not find the config file (python class or proto). Hope you can add it.

_abstract_generator/generation_util.py", line 4, in from agatha.config import configpb2 as cpb ModuleNotFoundError: No module named 'agatha.config'

JSybrandt commented 4 years ago

I'm in the middle of resolving incompatibilities surrounding the abstract generation module. We're in the middle of some significant refactoring.

If you would like to reference the CBAG model, please take a look at https://github.com/JSybrandt/agatha/releases There you can find a prior snapshot of the codebase with a functional abstract generator. Otherwise, we should have the incompatibilities resolved in the next couple of weeks.