IBM / Grapher

Code that implements efficient knowledge graph extraction from the textual descriptions
Apache License 2.0
135 stars 30 forks source link

Last checkpoint Error #15

Open arshiahemmat opened 1 year ago

arshiahemmat commented 1 year ago

Hi @imelnyk I hope you are well. I intended to use its inference option without training the model and convert my text into a graph. Do I have a way other than model training?

Or do you not put the weights of your model here?

imelnyk commented 1 year ago

Hello Yes, you have to train the model first. At this time, we only provide the code and scripts to train/test and do the inference, but no model weights.

arshiahemmat commented 1 year ago

Thanks, Can I run code on colab? If yes can you give me the best gpu type config?

imelnyk commented 1 year ago

Although I have not tried it yet, I think you should be able to use colab (given enough resources). In our training setup we used a single V100 (32GB) or A100 (40GB) GPU.