You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See JuliaIO/JSON.jl#276 for JSON and JuliaIO/BSON.jl#24 for BSON. If we can get them to play with FileIO, Knet can use them. Also take a look at MAT, HDF5, NPZ etc. ONNX support is more complicated, separate issue #302.
The text was updated successfully, but these errors were encountered:
BSON: support was added in BSON and FileIO but they chose to adopt a different "save" convention ("a"=>a,"b"=>b) instead of ("a",a,"b",b), which right now prevents out of the box support for BSON in Knet.
See JuliaIO/JSON.jl#276 for JSON and JuliaIO/BSON.jl#24 for BSON. If we can get them to play with FileIO, Knet can use them. Also take a look at MAT, HDF5, NPZ etc. ONNX support is more complicated, separate issue #302.
The text was updated successfully, but these errors were encountered: