iuria
iuria
Hi, thanks for your work. I was asking which of the improvements of the assignment https://docs.google.com/document/d/1GJfn2B6EI8JueDiBwzTAdD34d6pC99BSt6vldOmUCPQ/edit are implemented in this version. Specifically, is the model only taking as input the...
Hi, first thanks for your repo! I have two questions: 1- I understand that "leaks features" are like common characters between sentences in each pair or something like this? I...
Hi! first, thanks four your work, i'm using it with my own data and it's fantastic! I'm working with a huge dataset, and using the batch_train function to update the...
Hi, could you please explain how is done the candidate ranking? I see that the classifier is fed with (positive - negative) or (negative - positive) candidates vector, but then...
In the `In[ ]` you have an alternative to the crf layer, but there is a `txt_lstm_dec` which I can't find anywhere else
Hi, first of all thanks for your great work! I'm using your code to topic clustering texts, and apparently it's working fine on the first tests with few classes. I...
I tried the `predict.py` , loading the pre-trained checkpoint. The paraphrase outputs look very strange. Some examples: `print(P.infer('south eastern'))` --> `a clock tower with a sky sign on the` `print(P.infer('what...
Hi, thanks for your work. This is a question, not an issue, so feel free to close it if you want. I have a dataset with not-labelled call transcriptions, and...
Hi, thanks for your work. This is a question, not an issue, so feel free to close it if you want. I have a dataset with not-labelled call transcriptions, and...
Hi, I'm trying to import a csv to a mssql server and I get the following error: ``` creating mysql.csv ok loading mysql.csv ok --------------------------------------------------------------------------- MSSQLDatabaseException Traceback (most recent call...