Compl Yue

Results 15 comments of Compl Yue

'soft labels' here I mean, for each given temporal point, provide the label as a vector of probabilities for each states, instead of a definite state index, which I sort...

With an alternative solution #298, changes from #296 are removed from this PR, now it's only about `Arrow.Table`'s `Tables.partitions()` implementation. I suggest the commit history should be squashed, but don't...

@danderson We expect this feature very much, we are assigning IP addresses via static linux kernel cmdl args so far, so only if we can provide the IPs via DHCP,...

I noticed it too, each time a new VSCode window opened, the first time formatting .jl file will delay a few seconds, later formatting happens instantly. Maybe https://github.com/julia-vscode/LanguageServer.jl can provide...

May this trick work for JuliaFormatter.jl? https://github.com/JuliaLang/JuliaSyntax.jl/blob/main/src/precompile.jl ```julia # Just parse some file as a precompile workload let filename = joinpath(@__DIR__, "literal_parsing.jl") text = read(filename, String) parseall(Expr, text) parseall(SyntaxNode, text)...