Posts by Aldimir Bruzadin • 31 points
1 post
-
3
votes0
answers40
viewsQ: What is the difference between super(Father, self). __init__() and super(). __init__ in Python3+?
In this code I’m studying he declares it the way super(RandomWalker, self).__init__(), but I always see it said that in Python3+ it can be said as super().__init__(): import torch.nn as nn import…
python-3.xasked Aldimir Bruzadin 31