João David
João David
> @shuuchen I figured out my mistake. I was saving the checkpoint after every 5 epochs and the base was set to 0. When I was executing the code for...
Hi! I would like to take on this as my first issue if possible. Is that okay?
Sounds great @amyeroberts, thank you :) I'll start looking into it once the PyTorch PR is merged.
Hi @D-Roberts, I haven't started looking into it as the pytorch version has not yet been merged.
Hi @shehanmunasinghe, I'm on it, thanks!
Hi @amyeroberts and @NielsRogge, should anything be changed so that the model doesn't appear on that public list or should we close this issue?
Hi @Rocketknight1, could I get some pointers as to why I get errors like in most of the tests: ``` E ValueError: Exception encountered when calling layer 'tf_swift_former_model_18' (type TFSwiftFormerModel)....
It seems like it is entering in the `else` statement at line 581 of `src/transformers/modeling_tf_utils.py`: ```python if "args" in output: if output["args"] is not None and is_tf_symbolic_tensor(output["args"]): tensor_name = output["args"].name.split(":")[0]...
> @joaocmd Just looking at the error and the CI runs, I think the issue might be a missing `@unpack_inputs` decorator on the call method for the MainLayer class Thank...
Hi @amyeroberts and @Rocketknight1, can I get some help with the tests that are still failing? I'm getting `ValueError: cannot reshape array of size 10368 into shape (3,3,3,24)` for these...