runfish5

Results 14 comments of runfish5

**Neither calibre nor PDFMate worked for me (using the bookmarked-pdf).** 1. I tried to convert it with calibre, which did a bad job. It converted it to a new format,...

> _Please include a short description of problem here_ > One of our masters students just across this issue when trying to use the latest cobra on windows with matlab....

> ``` > %%html > .myclass { color:red ; font-size:200%} > ``` > > > > > > > ``` > from ipywidgets import Button, Layout > b = Button(description...

The obvious workaround of changing `layout.visibility` to `'hidden'` does not work. Although the widgets get hidden, the output `GridBox` still changes its shape according to the size of the `main`-widget.

@C-K-Loan I have the same problem as @MargheCap . I assume it has something to do with how we install the `nlu` package. Could you share how you install it?...

Hi, thanks for your fast reply. @pkhoueiry : > It looks like a path issue (with the path1 that you added). Try running it from within the BioGPT directory. When...

> Try replacing `path1 + "checkpoints/RE-DTI-BioGPT"` with `os.path.join(path1, "checkpoints/RE-DTI-BioGPT")`. Similary for this as well `path1 + "data/KD-DTI/relis-bin"` @ShilpaSangappa Thank you for your fast reply, unfortunately I get the same error...

@pkhoueiry Yes I did thing 1 and 2 (sorry, it didn't save in github gist). It's the same error as above. It might be that there are paths issues, but...

Sorry for sharing a secret Github gist in the issue opening, I recognized it now and made it public, I hope the gist is public now. According to the README.md...

Thank you for your help! The preprocessing seems to be solved. I solved it by adding: ``` %env MOSES=/content/BioGPT/mosesdecoder %env FASTBPE=/content/BioGPT/fastBPE ``` but now I still got an ERROR: ```py...