Binh Nguyen

Results 11 comments of Binh Nguyen

> @qiunian711 > > First, rename: > `bert-base-german.data-00000-of-00001` to > `bert-base-german-cased.data-00000-of-00001` > so that you have `index`, `meta` and `data` files with the same name. The content of the folder...

> @TheJdxfh @mtedmist > > How can I downgrade my TF using anaconda on windows? First you should delete the current version: `pip uninstall tensorflow` Then you can install the...

In my case, there might be the problem with g++ and the compiler Pytorch was built. Seems like Pytorch was built with clang++ by default, and ctcdecode extension was supposed...

But when looking at the code, I saw him use the Bertdecoder with these highlights when it comes to the abstractive method

> I want to implement abstractive training with `train_from=model_step_148000.pt` but where to put article and it's summary? > > Should i process 1-5 steps noted in readme.md (from Option 2:...

> I want to know "stories", but I can not download it from the link, can you tell me http://cs.nyu.edu/~kcho/DMQA/

Yeah. Thank you, but I seem don't know how to use the script. I have the `.bin` file and your script and `fasttext` program, and how exactly I can apply...

Oh I know it now. The first and second argument in your script is the old and new `.bin` file respectively. After we got the new `.bin` file, we can...

I am facing the same problem, not sure why, even after decreasing the `max_encoder_length`. I noticed that after the first epoch was finished, the memory usage increased dramatically.

Have you tried this? Not work for me. Because the torch saving seems to use the pickle too. ```AttributeError: Can't pickle local object 'Symbolic_KANLayer.__init__....'```