Ofer Hasson

Results 4 issues of Ofer Hasson

Reproduce: Create a diagram with a box and a text in it (using double click to enter text) and save the diagram. Next, open the diagram on a desktop with...

## Issue #, if available: No issue is open... ## Description of changes: Update MXNet version to 1.6 on 2 Dockerfiles CPU and GPU. The PIP package already suggest the...

I suspect there is a mistake at (notice the inner for-loop): https://github.com/awslabs/multi-model-server/blob/70e8f1f622dcc0a6619125a8a23309ebf568ffbc/examples/model_service_template/mxnet_model_service.py#L143-L150 I suspect it should be: ```python for d in model_input: if isinstance(d, list): for n in d: if...

### 🐛 Describe the bug Current BatchNorm momentum is set to 0.99 [here](https://github.com/pytorch/vision) as noted, this was taken from the original implementation [here](https://github.com/google-research/maxvit/blob/da76cf0d8a6ec668cc31b399c4126186da7da944/maxvit/models/maxvit.py#L1029-L1030) But due to the differences between PyTorch...

bug