mcnPyTorch
mcnPyTorch copied to clipboard
Model converter (PyTorch -> MatConvNet)
I converted PyTorch model to MatConvNet successfully, however I can't use it. Because the structure of the converted model is different from the pertained model in MatConvNet model zoo. Could...
I would like to load a custom model, so I tried the example you provided in 'importer.sh', such as ' model_def="${HOME}/.torch/models/resnext_101_32x4d.py" weights="${HOME}/.torch/models/resnext_101_32x4d.pth" ' However, you didn't provide the 'resnext_101_32x4d.py' and...
Hello, I tried to use a model I trained on pytorch from matconvnet using your wonderful project, but something is not right with the results I get from the converted...
Hello, Can the python3 dependency avoided? I use pytorch on a cluster where I have it installed with python2.7, and I could not install it with python3 (due to pytorch...
@albanie I trained a pytorch model [Google Drive] https://drive.google.com/file/d/1b53s6WYJAjyXt7SmQ-h5s5D3b6JhjDNV/view?usp=sharing with the cpvr2017 wildcat code https://github.com/durandtibo/wildcat.pytorch , but I can not convert it to the matconvnet model successfully.Could you import it...