Ssc4onnx

Latest version: v1.0.8

Safety actively analyzes 626644 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.0.8

- Additional indication of size and number of parameters

https://github.com/PINTO0309/ssc4onnx/assets/33194443/fd6a4aa2-9ed5-492b-82ae-1f8306af5119

![image](https://github.com/PINTO0309/ssc4onnx/assets/33194443/45343c95-dbb9-471c-8718-3d0a4d653250)

1.0.7

Added display of parameter size for each OP.

https://github.com/PINTO0309/ssc4onnx/assets/33194443/63c3c8bc-70ca-4e2e-b21c-319c3cfe59ff

![image](https://github.com/PINTO0309/ssc4onnx/assets/33194443/0e079a4d-b227-488f-bc4e-cc1b686126ed)

What's Changed
* Added display of parameter size for each OP by PINTO0309 in https://github.com/PINTO0309/ssc4onnx/pull/4


**Full Changelog**: https://github.com/PINTO0309/ssc4onnx/compare/1.0.6...1.0.7

1.0.6

- thousands separator
![image](https://github.com/PINTO0309/ssc4onnx/assets/33194443/b1883e81-641f-45f3-9be2-f36b09561479)

What's Changed
* thousands separator by PINTO0309 in https://github.com/PINTO0309/ssc4onnx/pull/3


**Full Changelog**: https://github.com/PINTO0309/ssc4onnx/compare/1.0.5...1.0.6

1.0.5

- Extended supported data types.
python
ONNX_DTYPES_TO_NUMPY_DTYPES: dict = {
f'{onnx.TensorProto.FLOAT16}': np.float16,
f'{onnx.TensorProto.FLOAT}': np.float32,
f'{onnx.TensorProto.DOUBLE}': np.float64,
f'{onnx.TensorProto.INT8}': np.int8,
f'{onnx.TensorProto.INT16}': np.int16,
f'{onnx.TensorProto.INT32}': np.int32,
f'{onnx.TensorProto.INT64}': np.int64,
f'{onnx.TensorProto.UINT8}': np.uint8,
f'{onnx.TensorProto.UINT16}': np.uint16,
f'{onnx.TensorProto.UINT32}': np.uint32,
f'{onnx.TensorProto.UINT64}': np.uint64,
}


What's Changed
* Extended supported data types by PINTO0309 in https://github.com/PINTO0309/ssc4onnx/pull/2

New Contributors
* PINTO0309 made their first contribution in https://github.com/PINTO0309/ssc4onnx/pull/2

**Full Changelog**: https://github.com/PINTO0309/ssc4onnx/compare/1.0.4...1.0.5

1.0.4

- Add short form

$ ssc4onnx -h

usage:
ssc4onnx [-h]
-if INPUT_ONNX_FILE_PATH

optional arguments:
-h, --help
show this help message and exit.

-if INPUT_ONNX_FILE_PATH, --input_onnx_file_path INPUT_ONNX_FILE_PATH
Input onnx file path.

1.0.3

[bugfix and add return value 1](https://github.com/PINTO0309/ssc4onnx/pull/1) fateshelled
1. Fixed input_onnx_file_path must be specified.
2. Added return values.
- op_nums
- model_size

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.