Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Batching Integrity Verification

This script can be used to help verify correctness of models running in TGIS with dynamic/continuous batching.

False negatives are still possible since there is some amount of inconsistency expected due to the fixed precision floating point operations, for example in float16 and especially bfloat16.

First compile protobuf stubs for the external API:

python -m grpc_tools.protoc -I../../proto --python_out=. --grpc_python_out=. generation.proto

Then run the script, it currently assumes TGIS is running locally/port-forwarded on port 8033.

python batching_integrity_checks.py
Morty Proxy This is a proxified and sanitized view of the page, visit original site.