Hoàng Tùng Lâm (Linus)

Results 42 comments of Hoàng Tùng Lâm (Linus)

This would be very useful. Are there any new update on this RFC @cbalioglu ?

Sure. I do! I'm working on a pretty complex Python real time video processing pipeline that involve multiple machine learning model inferences, analytics simultaneously. Thanks for NVIDIA Video Processing Frameworks...

@Dexter1618 can you share your ingress config for streamlit service ?

Nervermind, here is mine using Emissary: ```yaml apiVersion: getambassador.io/v3alpha1 kind: KubernetesEndpointResolver metadata: name: endpoint --- apiVersion: getambassador.io/v3alpha1 kind: Mapping metadata: name: streamlit-mapping spec: service: streamlit hostname: "*" prefix: / allow_upgrade:...

@aleju I actually did pretty much like this with my text generator. Here is my code (which is definitely very messy :P), hope this could help ```python def process_list_augment(input_list, cval,...

Also, here is what my `yaml` config file looks like: ```yaml augmentation_pipeline: - Sequential: - random_order: False - ItalicizeLine: prob: 0.3 - RotateLine: prob: 0.3 - OneOf: - Pad: percent:...

Damn :P. Sound kind da overwhelming for me lul

I know how did it happen but I can't share it here. I also don't have an old data backup. So can I use ES stored events to reconstruction part...