Tôi đang làm theo hướng dẫn này và thực hiện một dự án về phát hiện đối tượng tùy chỉnh bằng cách sử dụng tenorflow.
Vì vậy, khi tôi cố gắng tạo bản ghi TF cho hình ảnh xe lửa bằng lệnh sau
python3 generate_tfrecord.py --csv_input=data/train_labels.csv --output_path=data/train.record
Tôi nhận được lỗi sau đây:
Traceback (most recent call last):
File "generate_tfrecord.py", line 23, in <module>
flags = tf.app.flags
AttributeError: module 'tensorflow' has no attribute 'app'
Làm thế nào tôi có thể giải quyết lỗi này?