TomekPro
TomekPro
Hi, I'm stuck in the same place as you did, have you found a solution?
Unfortunately, in my case it doesn't help. I do: ``` from efficientnet_pytorch import EfficientNet import torch model = EfficientNet.from_pretrained('efficientnet-b0') model.set_swish(False) scripted_model = torch.jit.script(model) ``` and get: Tried to access nonexistent...
Many thanks, with torch.jit.trace it works! 👍
Hi @SkaarFacee and @felixdittrich92, could you please share what is the status here? I checked "fast" detection models and it seems that they are not trained yet. Is there any...
Great, thanks! Those will be on pytorch or TF?
@felixdittrich92 any update on this? Thanks!
Hi @mark-myzhao I'm facing the same issue, did you find a solution?