Santhosh Thottingal

Results 73 comments of Santhosh Thottingal

I have created a fix for this: https://github.com/Helsinki-NLP/Opus-MT/pull/22 Can you please verify if that resolves the issue? This was a regression with update to MarianNMT 1.9

That is strange. I am sharing the output of `docker run opus-mt` log below. Can you find where does it differs from your result? docker run opus-mt log ``` docker...

> Sorry, my comment was misleading. The `docker run` works fine. > `docker-compose up` does not (my log is from compose) Perhaps you need to check what is the problem...

> Any updates on progress perhaps? https://github.com/Helsinki-NLP/Opus-MT/pull/22 has the fix for this and I posted the log of that working fine. In case that is not helpful, please let us...

Wtih MarianNMT 1.9, I need to test the docker file again. For now, in pull #22, I removed the GPU related lines. If you have access to a GPU machine,...

We may need to use a base image from https://hub.docker.com/r/nvidia/cuda

Hi, Now that the PR #595 is merged, could you please provide a documentation on this? Thanks!

we need to live the grid system untouched

The grid system we use is foundation grid. http://foundation.zurb.com/grid.html. It is an upstream css. We define it as an RL module and use in Translate, MW ULS. That is the...

Interesting. Border box based box-sizing is the core of percentage based responsive grid systems. Infact, foundation grid restrict it to .grid class. Look at how Bootstrap defines it ``` css...