hsm207

Results 136 comments of hsm207

I just forked this repo and made some edits. It runs without errors on tensorflow 1.3.0. You can try my repo and let me know if you run into any...

@li10141110 I downloaded the a glove word embedding file and renamed it as vector1.txt. I've commented this in my repo.

@pvthuy no. I never came across that error in the original code. You got that error because of the problem in the dimensions in your word embedding. Code expects that...

@li10141110 I don't know...I also ran the model with default hyperparameters for 200 epochs but I don't know how to interpret the results. Here's the last evaluation file: [re-9-128_precision_recall_201.txt](https://github.com/darrenyaoyao/ResCNN_RelationExtraction/files/1477112/re-9-128_precision_recall_201.txt) How...

This is the last output: Correct: 0 Total: 96678 Accuracy: 0.0 1761 Precision: 0.0 Recall: 0.0 Precision: 0.009900990099009901 Recall: 0.0005678591709256105 Precision: 0.004975124378109453 Recall: 0.0005678591709256105 Precision: 0.006644518272425249 Recall: 0.001135718341851221 Precision: 0.004987531172069825...

Maybe there are 18 relations in the dataset and the file is reporting the precision and recall for reach relation? Ideally, the precision after training the model for 100 epochs...

@pvthuy Yes, I meant testing data has 18 relations.

> Where do you use it? It's a command line argument. This [doc](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Command-Line-Arguments-and-Settings) has all the details on how to set it up.

@cs0lar what are your thoughts on adding support for [embedded weaviate](https://weaviate.io/developers/weaviate/installation/embedded) too as part of this PR?

@cs0lar question about the schema: ``` { "class": "Autogpt", }, "properties": [ { "dataType": [ "text" ], "description": "original text for the embedding", "name": "raw_text", "tokenization": "word" }, { "dataType":...