Adrien B

Results 6 comments of Adrien B

I have kind of the same issue. On the line of code: `flat_params = self.f * flat_params - self.i * Variable(flat_grads)`, my computer take a lot of time (making the...

Nevermind that was not the problem, the problem was certainly version change in pytorch and so the operation: `flat_params = self.f * flat_params - self.i * Variable(flat_grads)` produce a 25450*25450...

Perfect ! I will try to be worthy maintainer ^^

You can try : model = Perceiver( input_channels = C, # number of channels for each token of the input input_axis = 1, etc) It will suppose you have only...

Is this really up to OA to do this ? it looks like OA has a big dependency to https://github.com/huggingface/text-generation-inference for the inference. If we want to have a proper...

@carmocca Yeah this is exactly what I did ! simple workaround