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
hey @ibeltagy! we've recently released PyTorch Lightning v1.0 with a bunch of stability fixes, and are releasing minor version releases to handle edge cases fixes/build towards new features. I'll make a PR to propose upgrading to the stable release!
If we use >1 gpu there is an error:
return type(out)(map(gather_map, zip(*outputs)))
TypeError: zip argument #1 must support iteration
The text was updated successfully, but these errors were encountered: