Stamatis Karlos
Stamatis Karlos
I am trying to get appropriate results through the disagreement method of kl_divergence, but an error is returned each time, reporting "mtrand.pyx", line 1121, in mtrand.RnadomState.choice - ValueError: a must...
Before filing an issue, please make sure to tick the following boxes. - [x] Make sure your issue hasn't been filed already. Use GitHub search or manually check the [existing...
I am feeding my hyperas model with the first train,test indices of 10-stratified-fold split and after its tuning, i am applying the best_model over all the 10 splits. Then, i...
Thanks for sharing your code. I get the next error trying to run the train.py file: TypeError: custom_kernel_init() got an unexpected keyword argument 'dtype' Any hint? Kind regards,
Could you setup a quick demo? I cannot understand why any input file to be theorized as a new class and i am getting error on train.py: 'ValueError: Cannot feed...
You may need to elaborate the readme file. During the introduction of the two methods, you use the term X_test for describing the unknown instances that you want to predict,...
Thanks for your implementation. However, trying to execute the proposed commands i get the next error message: File "main.py", line 158, in model = EsZSL(args=args) File "main.py", line 32, in...
## 🚀 Feature Request I suggest creating a new type of synthetic questions such that providing context and reference contexts, someone could ask "Which are the choices of that option?"...
**Describe the bug** The new versions of polars >1.x have a different behavior in the .drop method compared to the older ones, like 0.20.x. Check here: https://docs.pola.rs/api/python/stable/reference/dataframe/api/polars.DataFrame.drop.html **To Reproduce** For...
**Describe the bug** I am running the example as it is in the next page: https://docs.uptrain.ai/predefined-evaluations/custom-evals/custom-prompt-eval . **To Reproduce** I use Python 3.10.14 and Uptrain 0.7.1 running Ubuntu 22.04.4. LTS...