Lagrange

Results 5 comments of Lagrange

> when i used icar2015 dataset to train, loss was nan,flollowing: > > Epoch 1/10 200/200 [==============================] - ETA: 0s - loss: 10.4658 E:\githubcode\DifferentiableBinarization\generator_tf.py:98: RuntimeWarning: invalid value encountered in true_divide...

你怎么训练的呀?效果不错了呀

你好, 本文章貌似有一处错误(不知道是不是因为Go版本不同,本人使用1.18) ```go test -bench="Fib$" -cpuprofile=cpu.pprof .``` 应是 ```go test -bench="Fib$" --cpuprofile=cpu.pprof .```

> 给的数据链接显示无法下载文件,请问要如何获得数据,谢谢! 大佬,数据集收集到了吗,我现在卡在这了,,

This panic is got when the req struct contains interface{} type, eg.`type Req struct { data interface{} }`