Auto-format by https://ultralytics.com/actions
This commit is contained in:
parent
368abb4cc8
commit
bc34ae560b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue