shaked571

Results 6 comments of shaked571

Any of you might have some updates regarding the training?

@IronFarm I tried to follow the above but ended up with this: ``` writing build\temp.win32-3.6\Release\glove\glove_cython.cp36-win32.def C:\mingw64\bin\gcc.exe -shared -s build\temp.win32-3.6\Release\glove\glove_cython.o build\temp.win32-3.6\Release\glove\glove_cython.cp36-win32.def "-LC:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_86\libs" "-LC:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_86\PCbuild\win32"...

Hey, what you did in the end regarding lines 117-118 of `transformers_trainer_wrapper.py`?

Ohh, I didn't realize the shape of each tensor is dynamic! I thought that if I do ``` { name: "START" data_type: TYPE_INT32 dims: [ -1 ] } ``` Start...

HI,did you resolved the bug? I still cant manage to convert a Albert xxl-model.

I belive it require some modifications. Take a look in the [`consts.py` file for example](https://github.com/shon-otmazgin/fastcoref/blob/8888e51d97d4818a25dd5f5d8b541d397fad9362/utilities/consts.py#L4) It has hard coded English pronouns and stopwords. Im not sure if these constansts are...