mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-23 13:34:23 +08:00
Auto-format by https://ultralytics.com/actions
This commit is contained in:
parent
368abb4cc8
commit
bc34ae560b
@ -888,7 +888,7 @@ class Exporter:
|
|||||||
check_requirements("tensorflowjs")
|
check_requirements("tensorflowjs")
|
||||||
if ARM64:
|
if ARM64:
|
||||||
# Fix error: `np.object` was a deprecated alias for the builtin `object` when exporting to TF.js on ARM64
|
# Fix error: `np.object` was a deprecated alias for the builtin `object` when exporting to TF.js on ARM64
|
||||||
check_requirements("numpy==1.23.5")
|
check_requirements("numpy==1.23.5")
|
||||||
import tensorflow as tf
|
import tensorflow as tf
|
||||||
import tensorflowjs as tfjs # noqa
|
import tensorflowjs as tfjs # noqa
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user