Fatemeh Behrad

Results 14 issues of Fatemeh Behrad

Group Normalization is a normalization layer that divides channels into groups and normalizes the features within each group. It is very useful when batch size is very small. Use "pip...

There are three extra layers in this model (inp_res in green block and two blue blocks). As the winner of BraTS 2019 used the same architecture and explained it more...

Hello Why the inputs of ZITS must be 256*256 or 512*512 otherwise they are cropped? In other word, why the input must be square?

To those who gonna train lama on windows, I recommend you to use Box instead of hydra not to face "Environment variable 'USER' not found" First, write all of your...

### Describe the bug Hello, When I fine tune the model using this [code](https://github.com/huggingface/diffusers/blob/main/examples/text_to_image/train_text_to_image_lora.py) and I enable enable_xformers_memory_efficient_attention, I face the following bug: ``` accelerator.backward(loss) File "C:\Users\Environments\StableDiffusion\lib\site-packages\accelerate\accelerator.py", line 1316, in...

bug

Hello, Thank you for this excellent job. Do you have any plans to release the code and weights?

## Environment info - `adapter-transformers` version: ? - Platform: windows - Python version: 3.8 - PyTorch version (GPU?): torch | 2.0.1+cu117 | 2.1.0 - peft: 0.5.0 ## Details Hello, How...

enhancement

Hello, First of all, thank you so much for sharing the maxim architecture in PyTorch. Unfortunately, the provided code does not work with a num_supervision_scales higher than 1. I have...

Hello, Which version of pytorch lightning is used in this repository?

Hello, Thank you for this great dataset. I have a question about the labels: In the composition_attributes.json we have the following info: _"10003.jpg": {"Light": 0.4, "Symmetry": 0.0, "Object": -0.4, "score":...