Skip to content

'EVA_X' object has no attribute '_pos_embed' #1

@972497768

Description

@972497768

When I run the eva_x_tiny_patch16() model, the following error occurs:

'EVA_X' object has no attribute '_pos_embed'
File "F:\networks\eva.py", line 106, in forward_features
x, rot_pos_embed = self._pos_embed(x)
File "F:\networks\eva.py", line 124, in forward
x = self.forward_features(x)
File "F:\networks\eva.py", line 201, in
summary(net, (3, 224,224))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions