Anas Abou Allaban

Results 25 comments of Anas Abou Allaban

> If you manage to end up with only one chunk per parquet file it should workaround this issue. Yup, I did not encounter this bug when I was testing...

Btw, current workaround is to set `loss_list.contrastive.loss.sample_from_same_utterance_only=False` of course, but ideally this works with it set to true.

@iansampson thanks for the info. I'm trying to convert another implementation from nvidia/NeMo instead. Were you also able to run it/any console warnings? Are you using it in a streaming...

I did, can you not reproduce the error? FYI I was using v1.1.0.

@Loneattic @eon01 if you can, maybe try the proposed changes in #43 and see if that resolves your issue? You can run: ``` pip install -e git+https://github.com/piraka9011/pinax-badges.git ```

I've found this action to be helpful for debugging: [mxschmitt/action-tmate](https://github.com/mxschmitt/action-tmate)

This is a reasonable enhancement. Some questions: * Can this file also be hosted in a gist or should this be local to the repo it's running in only? *...

> I don't think `colcon` can take a URL here: https://github.com/colcon/colcon-defaults/blob/78f808ef9705a15a52d00b0adfee342d1390b348/colcon_defaults/argument_parser/defaults.py#L72 What I meant is doing something similar to action-ros-ci where we allow users to pass a file or a...

> I think that the use of docker proposed in ros-actions-ci [ros-tooling/action-ros-ci#67](https://github.com/ros-tooling/action-ros-ci/issues/67) could also fall under this same category of reducing flakyness. I'm available to help with implementations. We have...

Linking this since it may be relevant [`@actions/tool-cache`](https://github.com/actions/toolkit/tree/master/packages/tool-cache).