Update models_onnx.py

This commit is contained in:
Ναρουσέ·μ·γιουμεμί·Χινακάννα 2024-11-24 15:18:28 +08:00 committed by GitHub
parent f9ade11d77
commit b6ee6b700a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,12 @@
############################## Warning! ##############################
# #
# Onnx Export Not Support All Of Non-Torch Types #
# Include Python Built-in Types!!!!!!!!!!!!!!!!! #
# If You Want TO Change This File #
# Do Not Use All Of Non-Torch Types! #
# #
############################## Warning! ##############################
import math
import logging