-
Thank you for sharing this beautiful code! I use the default DARTS_V2 architecture with appriximately 3.3M parameters to train CIFAR10 dataset. However, I found that it requires about 24h to train 600…
-
# Background
Generative functions written in the built-in modelling language have a body, which may make calls to other generative functions. There is currently no expression that can be written wit…
-
From my understanding, all four of these methods: `predict`, `predict_on_batch`, `predict_step`, and a direct forward pass through the model (e.g. `model(x, training=False)` or `__call__()`) should al…
-
https://arxiv.org/abs/2205.15242
-
Hi,
I used the example for SDXL for the base model and it works perfectly fine.
However, it fails with refiner or image to image. I get this error:
```
File /anaconda/envs/azureml_py38_PT_TF/l…
-
Hello
Like others, here in Calmip computation center, we have trouble trying to run alphafold on our HPC cluster, because of the MSAs step: data files are on an nfs-based filesystem and performance…
-
One question that arose in [our class yesterday](https://math.mit.edu/classes/18.S096/iap17/) was whether we can make `.=` usable in generic code that is supposed to work for both arrays and numbers, …
-
>
> wget https://nvidia.box.com/shared/static/djf5w54rjvpqocsiztzaandq1m3avr7c.pth -O models/mobilenet-v1-ssd-mp-0_675.pth
> ```
Hello @dusty-nv
I tried this but it's not downloading properl…
-
Hello,
I was trying to generate a single inference file for multiple objects. I couldn't find any reference inside your document in the repo. Can I do that ? Or I have to stick to training single i…
-
Hello
I am trying to run the comic generation notebook but with quantized version to fit in my 8gb vram. using [SSD-1B](https://huggingface.co/segmind/SSD-1B). However getting the below error :
…