Releases: DrChainsaw/ONNXNaiveNASflux.jl
Releases · DrChainsaw/ONNXNaiveNASflux.jl
v0.2.5
ONNXNaiveNASflux v0.2.5
Merged pull requests:
- CompatHelper: bump compat for Setfield to 1, (keep existing compat) (#73) (@github-actions[bot])
v0.2.4
v0.2.3
ONNXNaiveNASflux v0.2.3
Merged pull requests:
v0.2.2
ONNXNaiveNASflux v0.2.2
Merged pull requests:
- CompatHelper: bump compat for "JuMP" to "0.22" (#64) (@github-actions[bot])
- Change ci to julia 1.7 (#65) (@DrChainsaw)
v0.2.1
ONNXNaiveNASflux v0.2.1
Closed issues:
- Conv layer not loading correctly? (#61)
- Error on export with simple example: MethodError: no method matching tanh (#62)
Merged pull requests:
- CompatHelper: bump compat for "Setfield" to "0.8" (#60) (@github-actions[bot])
- Add missing serialization for tanh (#63) (@DrChainsaw)
v0.2.0
ONNXNaiveNASflux v0.2.0
Closed issues:
NaiveNASflux
required for loading models but not automatically installed (#27)- Consider adding ONNXmutable to the General registry (#46)
Merged pull requests:
- NaiveNASflux2.0 (#56) (@DrChainsaw)
- Add compat bound for NaiveNASflux (#58) (@DrChainsaw)
v0.1.0
ONNXNaiveNASflux v0.1.0
Closed issues:
- Add validation when serializing (#5)
- Verify exported models with other frameworks (#9)
- "ERROR: Use broadcasting (
relu.(x)
)" when importing resnet18 (#17) - Why does this depend on JuMP? (#19)
- Unsatisfiable requirements error on install in Julia 1.5.2 related to CuArrays (#25)
- Examples in Julia 1.5.2 (#26)
- Dimension errors in feedforward network serialization (#29)
- wrapfrom uses incorrect params signature (#31)
- minor ...documentation change for adding package from url... (#33)
- Broken CI (#34)
- type TensorProto has no field __protobuf_jl_internal_defaultset (#37)
- Failing to serialize
flatten
(#39) - Potential issue with serialized data for conv layers (#41)
- Models with missing input shapes might be non-compliant (#42)
- Improve shape inference of Chains (#43)
Merged pull requests:
- Add force flag to prevent artifact exists error (#1) (@DrChainsaw)
- Serialize (#2) (@DrChainsaw)
- Add possibility to change how vertices are created (#3) (@DrChainsaw)
- Add RNN ser-deser (#4) (@DrChainsaw)
- Validate (#6) (@DrChainsaw)
- Add throttling and retry mechanism for artifact download (#7) (@DrChainsaw)
- Add testing with ONNX runtime as reference (#8) (@DrChainsaw)
- Sizeprop (#10) (@DrChainsaw)
- Resizeconstraint (#11) (@DrChainsaw)
- Add GlobalMaxPool (#13) (@DrChainsaw)
- Add support for Constant and Mul (#15) (@DrChainsaw)
- Fix typo (#16) (@DrChainsaw)
- Fix activation functions not being broadcasted (#18) (@DrChainsaw)
- Use Float32 when testing flux layers (#20) (@DrChainsaw)
- Set upper bound for NaiveNASflux (#21) (@DrChainsaw)
- Flux 0.11 compatibility (#22) (@DrChainsaw)
- Change CI to julia 1.5 (#23) (@DrChainsaw)
- Replace ONNX with BaseOnnx (#24) (@DrChainsaw)
- Some improvements to input shape validation and inference (#30) (@DrChainsaw)
- Fix instances where params was incorrectly called when merging ops (#32) (@DrChainsaw)
- Change to Condas builtin pip API to install onnxruntime (#35) (@DrChainsaw)
- move test dependencies to test/Project.toml (#36) (@DrChainsaw)
- Add 0.9.0 compat bound for ProtoBuf (#38) (@DrChainsaw)
- Add deserialization for Flux.flatten (#40) (@DrChainsaw)
- Serialize missing input shape using missing TensorShapeProto (#44) (@DrChainsaw)
- Improve shape inference for Chain (#45) (@DrChainsaw)
- set ci to 1.6 (#48) (@DrChainsaw)
- Flux0.12 (#49) (@DrChainsaw)
- Up compat for ProtoBuf to 0.11.1 (#50) (@DrChainsaw)
- Add let-block to prevent boxing of constants (#51) (@DrChainsaw)
- Rename package to ONNXNaiveNASflux (#52) (@DrChainsaw)