dafnapension

Results 75 comments of dafnapension

@elronbandel , that is a neat idea! Perhaps can be implemented by just changing the recipes: add a 'filler' in between two adjacent operators on the recipe. The filler will...

Thanks @elronbandel , do you see a way to only modify those four ancestor-operators? or need to change all their descendants: each and every operator in operators.py?

Hi @elronbandel , I add one commit here that makes `test_recipe` pass, except one case that I can not explain, where the `recipe_metadata` does not come the same twice in...

So I digged into the code, debugging from `test_recipe`. All cases that reached, eventually, to this Exception that bothers you, @elronbandel , stemmed, indeed from "disappearing" streams. Some of them...

Hi @elronbandel , I hope this is closer to what you had in mind

covered by the better version: https://github.com/IBM/unitxt/pull/888

If the instance is allowed to change, then who it is? What is the entity that is eligible to always receive the same demos? https://en.wikipedia.org/wiki/Ship_of_Theseus Perhaps we may want to...

Current evaluation of a global metric starts by laying the whole stream in main memory, adding "next to it" a couple of hundreds copies thereof (for the re_samplings). This breaks...

Leave for now. If at all, continue via https://github.com/IBM/unitxt/pull/845