prophet icon indicating copy to clipboard operation
prophet copied to clipboard

ModuleNotFoundError: No module named 'torch.onnx.symbolic_registry'

Open Ruziy opened this issue 2 years ago • 1 comments

at the time of converting my neural network to onix format, there is such a problem that in the header: cuda 11.8 pytorch 2.0.1 mmcv-full 1.6.0 mdet 2.28.2 image

Ruziy avatar Sep 22 '23 19:09 Ruziy

try this: conda install pytorch torchvision torchaudio -c pytorch

AlexandroLuis avatar Sep 25 '23 14:09 AlexandroLuis