maxnotwell

Results 7 comments of maxnotwell

i meet this problem when i want to reload the pascal_voc model to finetune on my own dataset. i failed because the code couldnt reload the weight correcttly i just...

一点都不简单可依赖,楼主咨询报错,回复让试试2.0。

> 你好,我在运行示例的时候遇到以下错误, > paddle版本:2.0.0rc > pgl版本:1.2.1 > ---------------------------------------------------------------------------AttributeError Traceback (most recent call last) in > 11 inputs = L.data("inputs", [2], False, 'int64') > 12 > ---> 13 gw = BatchGraphWrapper(num_nodes,...

> By adding the mask op, I got the best acc as follow: > 2019-01-16 15:01:00 Epoch:23; train: acc:0.9003, macro-f1:0.9003; > 2019-01-16 15:01:11 Epoch:23; dev: acc:0.8659, macro-f1:0.8657; > 2019-01-16 15:01:21...

u r right . tf.transpose() would trans all tha axis of the tensor. such as [4,3,2] ——>[2,3,4]

do u solve ur problem? i want do the same thing what u do