If someone passes the outside_tag as part of the tag scheme they would probably get something like:
[Expected input batch_size (324) to match target batch_size (4)]
That is because the scheme_tag would inflate the batch size by some extra bytes (the direct portion of the outside tag from the number of other schema tags). This can easily be fixed by putting in the training.py [138:0]:
If someone passes the outside_tag as part of the tag scheme they would probably get something like:
[Expected input batch_size (324) to match target batch_size (4)]
That is because the scheme_tag would inflate the batch size by some extra bytes (the direct portion of the outside tag from the number of other schema tags). This can easily be fixed by putting in the training.py [138:0]: