I am new to object oriented programming and pytorch framework. I am stuck with the usage of syntax shown below:
self. variable_name= some_class_name.apply
It would be great if someone can explain me this kind of syntax.
I tried searching this on various websites but could not find any appropriate solution. I saw the usage of this syntax when I was trying to understand the below code: https://github.com/liangqiyao990210/Quantum-Deep-Learning/blob/master/qiskit_demo/qiskit_demo.ipynb Thank you for great help.