Skip to content

Failling to test intallation  #1

Open
@Asdrubal-CC

Description

@Asdrubal-CC

Hi there, I ran the first part of the code in Google Colab and I'm getting this error which doesn't let me test the installation verification, can you help?

Traceback (most recent call last):
File "object_detection/builders/model_builder_test.py", line 20, in
from object_detection.builders import model_builder
File "/usr/local/lib/python3.7/dist-packages/object_detection/builders/model_builder.py", line 37, in
from object_detection.meta_architectures import deepmac_meta_arch
File "/usr/local/lib/python3.7/dist-packages/object_detection/meta_architectures/deepmac_meta_arch.py", line 20, in
from object_detection.models.keras_models import resnet_v1
File "/usr/local/lib/python3.7/dist-packages/object_detection/models/keras_models/resnet_v1.py", line 28, in
from keras.applications import resnet # pylint:disable=g-import-not-at-top
File "/usr/local/lib/python3.7/dist-packages/keras/init.py", line 25, in
from keras import models
File "/usr/local/lib/python3.7/dist-packages/keras/models.py", line 20, in
from keras import metrics as metrics_module
File "/usr/local/lib/python3.7/dist-packages/keras/metrics.py", line 27, in
from keras import activations
File "/usr/local/lib/python3.7/dist-packages/keras/activations.py", line 20, in
from keras.layers import advanced_activations
File "/usr/local/lib/python3.7/dist-packages/keras/layers/init.py", line 93, in
from keras.layers.core import Masking
File "/usr/local/lib/python3.7/dist-packages/keras/layers/core/init.py", line 20, in
from keras.layers.core.dropout import Dropout
File "/usr/local/lib/python3.7/dist-packages/keras/layers/core/dropout.py", line 26, in
class Dropout(base_layer.BaseRandomLayer):
AttributeError: module 'keras.engine.base_layer' has no attribute 'BaseRandomLayer'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions