Mish Ushakov

Results 253 comments of Mish Ushakov

wow, thanks for the awesome writeup if you only could imagine how excited we are! answering your questions: `prepare.py` is gone because: - Things should be more stupid - It...

what's your PyTorch and PyTorch Lightning version? try: ```py import torch print(torch.__version__) ``` ```py import pytorch_lightning as pl print(pl.__version__) ```

are you using the notebook provided? https://github.com/GuitarML/PedalNetRT/blob/master/notebooks/colab_GPU_playground.ipynb in the requirements we list `pytorch_lightning==1.2.10`, try to install them into colab ``` !pip install pytorch_lightning==1.2.10 ``` or ``` !pip install -r requirements-colab.txt...

Also see - [ONNX Runtime](https://onnxruntime.ai) by @microsoft ([tech talk](https://youtu.be/pmb6cjngbcA?t=620)) - [TensorRT](https://developer.nvidia.com/tensorrt) by @nvidia

Hey @harmnot @alexedtionweb I'm creator of [Dialogflow for Web](https://github.com/mishushakov/dialogflow-web-v2). It's a very mature project, that exists over two years. The project is completely community-driven, free and open-source and works with...

@QingWei-Li Hey, you closed the issue, but the bug remains :( https://jsfiddle.net/nyh18bLq/417/ is it just cache or should it work like that?

Hey, one more feature to the list - [ ] Add alerting, monitoring and notifications (on downtime) Recently, my node went down, because for some reason Kubernetes pulled a wrong...

One more: - [ ] Proxy Protocol for individual ports

Please see how [render](https://render.com/docs/custom-domains#adding-a-wildcard-custom-domain) does automatic (wildcard) Let's Encrypt Certs

yep, the tooltip is top-level but the target is inside of iframe the modifier also works in combination with virtual elements (highlight inside of canvas with relative coordinates) https://user-images.githubusercontent.com/10400064/169701710-efab6844-6fb4-4099-81af-14be4358f7a0.mov