Hi, I am stuck on calling the base_model and set training to False
How should that line read?
Thanks
Hi, I am stuck on calling the base_model and set training to False
How should that line read?
Thanks
The first argument to the base_model is the input tensor. You’re providing None in that position. It should be the output of the earlier stages in alpaca_model, right? What was the output of the immediately preceding step?
Oh, right… Yeah that solved it. Sorry…