wangzhanwei666
wangzhanwei666
``` import time import tensorflow as tf physical_devices = tf.config.experimental.list_physical_devices('GPU') if len(physical_devices) > 0: tf.config.experimental.set_memory_growth(physical_devices[0], True) from absl import app, flags, logging from absl.flags import FLAGS import core.utils as utils...
Above is the detectvideo.py code, you cannot use AutoGraph mode or Static mode, only use Dynamic mode or eager mode! This should be a tensorflow2.4.x version problem.
1、open a terminal 2、ulimit -n 100000 3、in this terminal,run mininet or mn
200 epochs DO NOT work
200 epochs DO NOT work