bachr
bachr
When I try to run the training it fails with the following error (missing dependencies) ``` $ CUDA_VISIBLE_DEVICES=0 python train.py --dataset summer2winter_yosemite Traceback (most recent call last): File "train.py", line...
Upgrade to Spark 3.1.1
**Describe the bug** I'm trying to generate a long text just to play with the library on colab with TPU runtime (or without) **To Reproduce** Steps to reproduce the behavior:...
I am trying to build this demo project on mac, I installed libtorch with brew ``` $ brew install libtorch ``` This installed `libtorch 1.10.0` in `/usr/local/Cellar/libtorch/1.10.0` there was no...
I'm trying to include libraft in my project, by adding the following maven dependency: ``` xml io.libraft libraft-agent 0.1.1 ``` When I issue `mvn install`, the project's build fail with...
### Describe the bug I'm not able to run the Flax pipeline example of [CompVis/stable-diffusion-v1-4](https://huggingface.co/CompVis/stable-diffusion-v1-4) on Colab with GPU enabled. I get this error ``` ValueError: pmap got inconsistent sizes...
- Add the missing `scale_model_input` method to `FlaxLMSDiscreteScheduler` - Use `jnp.append` for appending to `state.derivatives` - Use `jnp.delete` to pop from `state.derivatives`
**Problem** It seems that umani.is is used to collect analytics as I did see requests sent to http://eu.umami.is/api/send Can you add an option to opt out from analytics? **Success Criteria**...
@johnowhitaker in the [Stable Diffusion Deep Dive.ipynb](https://github.com/fastai/diffusion-nbs/blob/master/Stable%20Diffusion%20Deep%20Dive.ipynb) notebook, section **The UNET and CFG**. You get `latents_x0` because the scheduler exposes `pred_original_sample` ```python latents_x0 = scheduler.step(noise_pred, t, latents).pred_original_sample # Using the...
On Chrome, for some reason i cannot use the website https://openmined.org/, it is crashing (page goes blank) with following error ``` main.1d52ec3b.js:1 Uncaught TypeError: Cannot read property 'shortName' of undefined...