Results 19 issues of Jun

https://arxiv.org/abs/2101.00232 https://github.com/JunMa11/SOTA-MedSeg

Dear @yang-song , Thanks for the great work. I'm always running into OOM error even if reducing the batch size to 2. This is the command that I run: ```...

Dear Stable Diffusion Team, Thanks for sharing the awesome work! Would it be possible to provide some guidelines on training a new model on a custom dataset? E.g., how to...

Dear @PatrickChrist , The review paper [The Liver Tumor Segmentation Benchmark (LiTS)](https://arxiv.org/pdf/1901.04056.pdf) introduces some detection metrics. However, the detection metrics are lost in this repo. Would it be possible for...

Dear all, Thanks for sharing the great notebook for SR model inference: https://colab.research.google.com/drive/1xqzUi2iXQXDqXBHQGP9Mqt2YrYW6cx-J?usp=sharing Could it be possible to share a notebook for training the SR model?

谢谢您分享软件。 下面的场景中有bug - 同时导入三张图像,想在这三张图里裁剪同样的区域 - 在第一张图中设置好裁剪区域,裁剪-保存; - 裁剪第二章图的时候,之前设置好裁剪区域丢失了,重新设置很难保证跟之前的裁剪区域一致。 期待您百忙之中的回复。

Hi @neheller , How do you interpolate the image and corresponding label in [this branch](https://github.com/neheller/kits19/tree/interpolated)? Would it be possible for you to share the code that you used? Best regards,...

Hi @cloneofsimo , Thanks again for sharing the awesome work. Would it be possible for you to share an example to fine-tune the model on customized datasets? For example, the...

enhancement

### System Info ```Shell - `Accelerate` version: 0.20.0.dev0 - Platform: Linux-4.15.0-209-generic-x86_64-with-glibc2.27 - Python version: 3.10.11 - Numpy version: 1.24.3 - PyTorch version (GPU?): 2.0.1+cu117 (False) - PyTorch XPU available: False...

Dear @albertfgu and @tridao, Thanks for sharing the awesome work. I'm trying to incorporate mamba into a CNN and the training goes well at the first a few epochs (100-750)...