Restrictions
- Model Accuracy Analyzer does not support comparison of multiple projects at the same time. Only one project is supported each time.
- The accuracy comparison function requires that the Protobuf version be within the range of [3.13.0, 3.20.3]. An installation example is pip3 install protobuf==3.13.0. For installation by a non-root user, add --user to the end of the installation command, for example, pip3 install protobuf==3.13.0 --user.
- The following data types are supported:
- FLOAT
- FLOAT16
- DT_INT8
- DT_UINT8
- DT_INT16
- DT_UINT16
- DT_INT32
- DT_INT64
- DT_UINT32
- DT_UINT64
- DT_BOOL
- DT_DOUBLE
Parent topic: Accuracy Comparison