Freddy Chua

Results 4 issues of Freddy Chua

``` julia> x = Array{Int32,1}([1,2,3]) 3-element Array{Int32,1}: 1 2 3 julia> xgpu = KnetArray(x) 3-element KnetArray{Int32,1}: 1 2 3 julia> X = KnetArray(rand(Float32, 4, 4)) 4×4 KnetArray{Float32,2}: 0.0900089 0.0101129 0.100208...

enhancement

I do not want MS Read API to return a "flipped" box. e.g. ``` "words": [ { "bounding_box": [ 1113.0, 85.0, 1072.0, 86.0, 1072.0, 66.0, 1112.0, 66.0 ], "text": "NOS)",...

@chengchingwen What do we do about the Huggingface Bert Tokenizer? Is that in the plan?

``` b = Dict{Tuple{UInt8, Int}, Int}((1, 2) => 10) BSON.@save "tmp.bson" b ``` results in ``` Padding of type UInt8 is not compatible with type Tuple{UInt8, Int64}. [email protected]:184[inlined] [email protected]:342[inlined] [email protected]:1167[inlined]...