Skip to content

Releases: PINTO0309/sed4onnx

1.0.5

30 Dec 15:58
d426afb
Compare
Choose a tag to compare
  • Support for float16, int16, string

What's Changed

New Contributors

Full Changelog: 1.0.4...1.0.5

1.0.4

10 Sep 07:25
Compare
Choose a tag to compare
  • Add short form
    $ sed4onnx -h
    
    usage:
        sed4onnx [-h]
        -cs CONSTANT_STRING
        [-d {float32,float64,uint8,int8,int32,int64}]
        [-m {encode,decode}]
    
    optional arguments:
      -h, --help
            show this help message and exit.
    
      -cs CONSTANT_STRING, --constant_string CONSTANT_STRING
            Strings to be encoded and decoded for ONNX constants.
    
      -d {float32,float64,uint8,int8,int32,int64}, --dtype {float32,float64,uint8,int8,int32,int64}
            Data type.
    
      -m {encode,decode}, --mode {encode,decode}
            encode: Converts the string specified in constant_string to a Base64 format string
                    that can be embedded in ONNX constants.
            decode: Converts a Base64 string specified in constant_string to ASCII like Numpy string.
    

1.0.3

30 Aug 14:18
2ed3a5b
Compare
Choose a tag to compare
  • Bug fixes
    • Add dtype parameter to encode mode

1.0.1

25 May 06:19
227b131
Compare
Choose a tag to compare
  • Security update
  • README update

1.0.0

15 May 12:53
00e6cac
Compare
Choose a tag to compare
  • Initial release