Mohamed Moursi

Results 6 issues of Mohamed Moursi

Add support for ReduceLROnPlateau lr_scheduler & reformat file to pass Flake8 check Example config: "lr_scheduler": { "type": "ReduceLROnPlateau", "args": { "mode": "max", "factor": 0.1, "verbose": true }, "metric": "accuracy" }

Hello everyone, I am facing an issue with `train.py` when `--launcher` is set to `pytorch` the validation step fails with the following stack trace: ```python File "test.py", line 208, in...

Hello, I am trying to fuse Conv & BatchNorm layers after training the model using `torch.nn.utils.fusion fuse_conv_bn_eval`. But I got a huge drop in accuracy, which I guess is resulting...

Hello everyone, I am trying to define a conv layer where input & output quantizers use the same scale factor so the fractional bit_width is equal. I tried setting `tie_input_output_quant=True`...

Hello everyone, Is it possible to control how brevitas deals with overflow and the quantization behaviour when greater precision is generated than can be defined by the smallest fractional bit...

hi, I am installing open edx manually using this [tut](https://openedx.atlassian.net/wiki/spaces/OpenOPS/pages/60227694/Native+Open+edX+Ubuntu+12.04+64+bit+Installation) . while executing ` pip install -r requirements.txt` i get the following warning `docker-compose 1.9.0 has requirement requests!=2.11.0,=2.6.1, but you'll...