-
```
x11docker ERROR: Docker startup seems to have failed!
Last lines of docker.log:
27 export TERM=xterm
28 export HOME=/home/jan
29
30 env > /x11docker/environment
…
-
Support compiling multiple input .ts files into one external module.
Need to determine exactly how the module boundaries are defined when doing this.
-
i've got the .ckpt files but i cannot find the sum_dict.txt and doc_dict.txt files are they created during training?
-
In the partial boy_scouts event (json attached), the proposition P3 has a template "{a.1} {a.3} {a.1} to be released".
An argument ID shouldn't repeat in a template (since each has its own role) even…
-
目标:
* 把百科人物描述的大段文字缩写为30~50个字的短句子,保持句子的完整性。
* 形成一个量化评估summary效果的方案。例如random 50, human evaluation
* 中文英文summary 方法不全一样
思路
* 明确问题,算法的输入,输出
* 明确评价算法结果的方法
* 找相关实现方法github, stackoverflow, 论文,对比rep…
-
I would absolutely _love_ to see the saltstack community on a [Discourse](http://www.discourse.org) instance instead of Google Groups.
Mailing lists are just archaic today - we (Discourse) have quite…
-
Copying from https://github.com/kubernetes/kubernetes/issues/8270:
This was discussed at the Kubernetes contributors meeting in December.
First of all, visualization/dashboard is more important than…
-
Our new goal is to have the review ready to submit by December 1, so we need to start writing _now_. There are many people watching this repository. If any of you have not contributed yet but want t…
-
I had a chat with a Linux kernel committer (nick removed for privacy) earlier today:
```
i'm aware of scancode
haven't had time yet to run it on a large scale
btw, one of the files I ran it …
-
Hi,
I'm currently working on a weird paragraph summarization task, which requires a 4-D tensor input with shape `(nb_samples, n_sentences, timesteps, input_dim)`. That is, each example is a paragraph …