Lysandre Debut
Lysandre Debut
Hi @insop, to add the `module` scope, I added the following line at line 194 of `modeling.py`: ```py with tf.variable_scope("module"): ``` Which results in the `__init__` method of `AlbertModel` beginning...
Great to hear, please let me know if you manage to convert the v2 models/reproduce the results!
Hey @regisss @JingyaHuang @michaelbenayoun, do you have ideas about what might be happening there? I never used onnxruntime's `InferenceSession`.
cc @ArthurZucker
Nice, thanks for working on it @younesbelkada! Also quite interested in the feature. I'd be particularly interested in seeing a bit of documentation so that we may understand better how...
Thanks for summarizing all the info, @ydshieh!
Hey @ydshieh, would you have a summary of the failing tests handy? I'm curious to see the reason why there are so many failures for PyTorch as soon as we...
Thanks for the report! Taking a look at the PyTorch versions, here are the dates at which they were releases: - 1.4: [Jan 16, 2020](https://pypi.org/project/torch/1.4.0/) - 1.5: [Apr 21, 2020](https://pypi.org/project/torch/1.5.0/)...
Yes, that would work fine with me. If I understand correctly, that's how libraries in the PyData ecosystem (scikit-learn, numpy) manage the support of Python versions: they drop support for...