Explore CTC Loss.jl:我们探索了使用Zygote(或不使用)在Julia中实现连接主义时间分类(CTC)损失函数的各种方法 源码
Explore-CTC-Loss.jl 我们探索使用Zygote(或不使用Zygote)在Julia中实现连接主义时间分类(CTC)损失函数的各种方法。 我们还将其与现有的[ ]进行比较。 > include ( " test_ctc.jl " ) alphabetsize = 64 textlength = 50 ntimesteps = 201 rawlabels = [ 57 , 41 , ... , 59 ] manlogloss = 705.237164456796 manloggrad |> extrema = ( - 0.84280330876603 , 0.4149239
文件列表
Explore-CTC-Loss_jl-main.zip
(预估有个9文件)
Explore-CTC-Loss.jl-main
ctc_kelley.jl
2KB
logadd_bug.jl
2KB
ctc_log.jl
3KB
ctc_both.jl
2KB
test_head.jl
631B
test_ctc.jl
2KB
README.md
2KB
utils.jl
1KB
ctc_plain.jl
3KB
暂无评论