📅  最后修改于: 2022-03-11 14:46:10.027000             🧑  作者: Mango
# On VScode: CTRL + Shift + P
# Choose "Preferences: Open Settings (JSON)"
# Add this line into JSON file:
"python.linting.pylintArgs": [
"--generated-members=numpy.* ,torch.*"
]