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 ->

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

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 ->
Screen Shot ->

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