나는 다음과 같은 오전 이 튜토리얼을 하고 tensorflow를 사용하여 사용자 정의 개체 탐지에 프로젝트를하고.
그래서 다음 명령을 사용하여 열차 이미지에 대한 TF 레코드를 만들려고 할 때
python3 generate_tfrecord.py --csv_input=data/train_labels.csv --output_path=data/train.record
다음과 같은 오류가 발생합니다.
Traceback (most recent call last):
File "generate_tfrecord.py", line 23, in <module>
flags = tf.app.flags
AttributeError: module 'tensorflow' has no attribute 'app'
이 오류를 어떻게 해결할 수 있습니까?