Luke Ireland

Results 18 comments of Luke Ireland

@rafaelmaiolla Where did you get up to with [this](https://github.com/microsoft/vscode/issues/30820)? I want to use VS Code as my Git Editor. Currently works fine for editing files normally, but using `rmate -w`...

Hi, This bug was introduced as part of the decoupling work I did for BERT. I have two fixes, one with and one without the use of env variables. I'm...

@nsircombe, do we still plan to upstream (one of) our fix(es) to BERT accuracy mode?

> Can you please share (or merge) the fix for this issue? It's been merged into master #1047

> @nvpohanh thank you for the quick response. I am using the the latest r2.0 branch, running inside the docker of course. > > The exact execution and error: >...

@shairoz-deci Okay, after taking a look, there is no "tokenization.py" for onnx, just tf and pytorch, which I guess is ultimately why I only added those options, but it should...

@shairoz-deci, The tf/pytorch point was regarding the fact the import that causes you an error needs an existing "tokenization.py" to be found in the path, and the only existing ones...

@shairoz-deci, It'll be quicker and easier (as DeepLearningExamples is a different project, and I'm working for Arm who don't have project contribution guidelines for that project), if you copy the...

> thanks @LukeIreland1 I copied the tokenization.py as you mentioned and the package loading part seems to be working. However, the test now seems to be stuck on "Running LoadGen...

I believe this has been fixed. Tests pass with compiler built using cd371e9.