Tharindu Ranasinghe
Tharindu Ranasinghe
Hi @bentrevett Was just checking on the issue - people have used it for many Kaggle competitions commonly. One such example is this - https://www.kaggle.com/hung96ad/pytorch-starter
For me also it is same, When I click authorize it redirects to a page like this  Is there anyway to provide the client_id parameter?
@bloodb4th How did you manage to include client id in the url? can you show me your SWAGGER_SETTINGS section?
Did you find a solution for this? I am trying to use the BERT multilingual base, but facing a similar issue.
Hi @MinuteswithMetrics , Thank you for running my code. Are you running the code as it is? Did you run it on SICK data set and get the same error?
Can you post all the version of the libraries you are using?
sims, trained_model, topic = run_experiment(sick_train_normlized, sick_test_normalized, ['sent_1', 'sent_2'], "sim", benchmarks[i]) In here I provide 'sent_1', 'sent_2'. These are the column names in my dataset, what are the column names in...
I hope even the similarity column name is same. I make an array of datasets from train_df and test_df so that the operations in prepare_embeddings can be applied easily to...
I am trying to reproduce the error, Will let you know soon
Any update with the issue? I am facing the same issue with python 3