You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the fit function is missing the data module. It should be: trainer.fit(model, datamodule=dm)
But even then I get the following error message: RuntimeError: The size of tensor a (128) must match the size of tensor b (0) at non-singleton dimension 0
How can i fix that?
THX
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hello,
I was trying to get the lightning_bolts SwAV example running. unfortunately the example code does not work.
the fit function is missing the data module. It should be:
trainer.fit(model, datamodule=dm)
But even then I get the following error message:
RuntimeError: The size of tensor a (128) must match the size of tensor b (0) at non-singleton dimension 0
How can i fix that?
THX
The text was updated successfully, but these errors were encountered: