Bruno Silva

Results 51 comments of Bruno Silva

Small fix e4168b46430c Forgot collection keys are '010' and not just a integer. Added a function specific to this in dataset.io. Very similar to `filterCollectionsFromDataset`

Another hiccup, this one I think I require @manuelgitgomes' guidance. # Initial problem When deleting a collection from a dataset, it still appears in the folds. (I triple checked that...

It should'nt be a super hard fix though, although it would be difficult to find in the future.

Thankfully since Python 3.7 dictionaries became ordered regardless of being hash tables, otherwise this would've been a much bigger problem https://github.com/lardemua/atom/blob/6a117f70e61df834e1168b328d47713bfa71d2a7/atom_batch_execution/scripts/batch_execution#L135-L147 It's now fixed, the collections shown in the rendered...

https://github.com/lardemua/atom/issues/948#issuecomment-2097287626 > Moreover, I added this in the template to ensure these collections aren't used anywhere, not even in evaluation : > > https://github.com/lardemua/atom/blob/6807048fee8f227c8500262054d7cd50a09ec362/atom_batch_execution/experiments/softbot_example/template.yml.j2#L33 I removed this second clause because...

Hi @manuelgitgomes and @miguelriemoliveira , > You are adding a new field to a complex system that will make all the old templates outdated. I actually didn't add the `collections_to_remove`...

Also these experiences are taking toooo much time. It's been running for 16 hours and it's like 70% done. There is going to be a lot of data atleast. Also...

Hi @miguelriemoliveira > I do not agree with this one because it never goes as planned. Might as well start using the solution now, otherwise we'll forget to do it...

Hey @miguelriemoliveira @manuelgitgomes The example is on NAS now, all the results along with the processed ones too. --- > I agree with that, but you could do it using...

Other thing @manuelgitgomes. I'm not sure what is going on because I just pulled your changes ( I forgot before) and it's throwing some errors that I'm not quite aware...