Javier

Results 4 comments of Javier

> I wonder why Dependabot is trying to upgrade NumPy. I thought the settings are only for GitHub actions... There is a security alert for numpy. There is a string...

any updates on fixes for token and end_point?

Ok the issue here is sync_batchnorm=True, if I switch it to False. It works. Any ideas about how to convert the model to ORT after sync_batchnorm conversion happens?

I have managed to hack it with this: ```python from pytorch_lightning.plugins import DDPPlugin import torch_ort from pytorch_lightning.overrides import LightningDistributedModule from torch.nn import Module from torch.nn.parallel.distributed import DistributedDataParallel class ORTPlugin(DDPPlugin): def...