Skip to content

NotImplementedError: Module [InputAdapter] is missing the required "forward" function #59

@jiveshkalra

Description

@jiveshkalra

Hey , I was trying to make my own custom Audio encoding through perceiver
but I found out that the base Input Adapter model itself is missing a "forward" function

Code to reproduce ->

from perceiver.model.core import InputAdapter 
input_adapter = InputAdapter(10) 
input_adapter ("xyz")

Screen Shot ->
image

Now due to this , other things dependent on Input Adapter are also not working like Rotary Support
image

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