aiTrainee
Results
2
issues of
aiTrainee
Hi, I get this error and it's resolved if I do: tf.keras.optimizers. The version is: >> python3 -c 'import keras; print(keras.__version__)' // 2.4.3 2.7.0 I get the same error for:...
Hi, I'm trying to make a 'yolov2-tiny.yaml' similare to 'yolov3-tiny.yaml' to integrate it in this code: ultralytics/yolov3.  I tried this, but got stuck in the head. Not sure that...