You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "E:\anchor-optimization\anchor_optimization\optimize_anchors.py", line 11, in <module>
from keras_retinanet.preprocessing.csv_generator import _open_for_csv
File "C:\Users\USER\anaconda3\envs\keras_env\lib\site-packages\keras_retinanet\preprocessing\csv_generator.py", line 18, in <module>
from .generator import Generator
File "C:\Users\USER\anaconda3\envs\keras_env\lib\site-packages\keras_retinanet\preprocessing\generator.py", line 39, in <module>
class Generator(keras.utils.Sequence):
AttributeError: module 'keras.utils' has no attribute 'Sequence'
Tensorflow version: 2.7.0
Any help?
The text was updated successfully, but these errors were encountered:
Hi,
I'm getting this error messagem when runing:
$ python anchor_optimization\optimize_anchors.py test.csv
Tensorflow version: 2.7.0
Any help?
The text was updated successfully, but these errors were encountered: