Amey Agrawal

Results 11 issues of Amey Agrawal

knockknock can be a great general purpose library to send messages to different messaging clients. Why restrict it to just sending messages about training completion.

I have added `send_on_x` methods which can be used to send messages to different clients directly.

I got the following error while trying to use make_parallel function, ``` Traceback (most recent call last): File "model_language2motion.py", line 1335, in main(parser.parse_args()) File "model_language2motion.py", line 1202, in main args.func(args)...

Custom element to custom element inheritance is what I suppose central to idea of web components and also of importance to biojs. Polymer provided this option in v0.5 but v1.0...

I am trying to run the `classification/mvcnn_FPS.py` script with Keras 1.2.2 (the one specified in the requirements.txt) but the execution fails with the following error. ``` Using Theano backend. Using...

Thanks for creating these awesome kernels! I am trying to get flashinfer kernels to work with cuda graphs. But it appears that several parallelism decisions (block size, num_q_tiles, etc.) are...

Hello @yzh119, Currently, we are using two independent API calls for prefill and decode in a mixed batch setting. This makes defining a cuda graph layout considerably harder. Ideally, if...