Yinghan Ma
Yinghan Ma
Any update?
I actually figured it out. Inside 'updateGraph' method, do: ```javascript const p = paths.enter().append("g"); //already given paths.enter() .append("path") .style('marker-end', 'url(#end-arrow)') .classed("link", true) .attr('id', d => { console.log(d.id); return "path" +...
can this pr get merged?
@stevezheng23 thanks for the reply. In the dev set, there are 30426 entities (3209 sentences). In the test set, there are around 442180 entities (45053 sentences). This is the system...
This is the log for prediction. The one for evaluation is very similar to this one ``` INFO:tensorflow:***** Run prediction ***** INFO:tensorflow: Num examples = 45053 INFO:tensorflow: Batch size =...
@stevezheng23 thanks. Speaking of the cpu usage, I am currently using xlnet large as the pretrain model. My GPU has 24 GiB memory. However, no matter how I decrease batch...
any update on this?