Xerxes
0
Q:

Module 'torch' has no 'stack' memberpylint(no-member)

# On VScode: CTRL + Shift + P
# Choose "Preferences: Open Settings (JSON)"
# Add this line into JSON file:

"python.linting.pylintArgs": [
"--generated-members=numpy.* ,torch.*"
]
1

New to Communities?

Join the community