Chainer to PyTorch conversion script?

@jekbradbury , do you have any generic Chainer to PyTorch conversion scripts? I see vzhong’s repo https://github.com/vzhong/chainer2pytorch, but I was wondering if you have a more general converter (e.g. one with regexes that converts Chainer python source code to PyTorch python source code).

No, we don’t, but Victor’s repo cut conversion time for a big project of his down to a day or two so we decided it was enough. You can even keep using the Chainer trainer/etc abstractions if you patch them a little.