-
It seems to be running in CPU only, even though I used this prompt to start it in Docker:
docker run -it --rm --gpus all -p 7860:7860 athomasson2/ebook2audiobookpiper-tts:latest
Am I doing somet…
-
Hello, from the notebook I can see that pre-compiled are available only for `T4`, `P100` and `V100` gpus:
```python
s = getoutput('nvidia-smi')
if 'T4' in s:
gpu = 'T4'
elif 'P100' in s:
g…
-
To help with user adoption, we need additional tutorials beyond what we have in the README.
Some nice things to have include:
* Quantum computing example
* SAT solver example
* FFT example
* ME…
-
That sounds like the issues I linked. Colabs default Python version isn’t supported.
_Originally posted by @lockwo in https://github.com/tensorflow/quantum/issues/768#issuecomment-153…
-
hi. i've seen some issues that colabs are broken.
i just updated my colab to work again: https://j.mp/wav2lip
-
I don't know what happened, but for some reason it hasn't been working for a week somewhere.. I'm trying to make a request, but then it does nothing.. Did something happen?
-
First of all the notebook isn't very well structured like there are no cells added to download the dependencies and models etc and there are no proper comments like how would somebody know what is the…
AB00k updated
11 months ago
-
According to the README.md, the memory goes as follows:
```
Maximum length limits depends on free GPU provided by Google-Colab fingers-crossed
For GPU: Tesla T4 or Tesla P100 with ~16G the max le…
-
# -Edit: Every full error code for all of the google collabs can be found in my comment to this post right below this all nicely formatted :)
For the unsloth Google Colab ph-3 I'm getting this issue …
-
[Results.html](https://github.com/catapult-project/catapult/blob/master/docs/metrics-results-ui.md) and the [chromeperf dashboard](http://chromeperf.appspot.com/) are optimized for some common workflo…