DavidGOrtega
DavidGOrtega
I need to do a huge list operation (300k) I have setup throttle as suggested in #62 however I still have the Zendesk error ``` (node:5617) UnhandledPromiseRejectionWarning: Error: Zendesk rate...
Hi, I'm writing my own ops for TF. I have some doubts and maybe someone can explain them to me. I have read the docs however I had to figure...
Hi! I have installed python 3.6 with pip 10.0.1 as required however I can't complete the installation through ``` python3 setup.py install ``` I have this output ``` File "/usr/lib/python3.6/distutils/core.py",...
Hi, Im trying to convert a Tensorflow pb file for testing purposes. The model is inception_v3_2016_08_28_frozen.pb that can be found here: https://www.tensorflow.org/tutorials/image_recognition ``` import tensorflow as tf from webdnn.frontend.tensorflow import...
The project its awesome, however I'm missing working with a NDArray lib. Porting models would e easier also, I had to figure out already a few webdnn naming conventions to...
Add optional telemetry to CML to help prioritise features/issues based on usage. - opens #1093 - Updated to [JSON spec](https://github.com/iterative/terraform-provider-iterative/pull/622) - slightly fixes #1093
We have a difficult scenario having MaxSpotInstanceCountExceeded errors. Probably reuse will solve this
Find-and-replace actions[^1][^2] org-wide with CML commands instead (See https://github.com/iterative/cml/issues/1017) - [ ] [`peter-evans/create-pull-request`](https://github.com/peter-evans/create-pull-request) -> `cml pr` - [ ] [`LouisBrunner/checks-action`](https://github.com/LouisBrunner/checks-action) -> `cml send-github-check` - [ ] [`peter-evans/create-or-update-comment`](https://github.com/peter-evans/create-or-update-comment) -> `cml send-comment`...
If runner can not be destroyed by tf the runner could send back a comment to the repo with a link to the machine to be disposed. Your [machine](https://us-west-1.console.aws.amazon.com/ec2/v2/home?region=us-west-1#InstanceDetails:instanceId=i-075XXXXXXXX) could...
Runner fails unregistering because the job is still running. The two plausible solutions might be: - wait until job is done - cancel the workflow prior to unregister