Issue
I am running my pytorch program in V.S. Code, but, I am getting the following errors:-
torch.tensor is not callable
I have followed this answer https://stackoverflow.com/a/53572939/13218692 and added the following lines in my Settings.json file in V.S. Code, but, I am still getting an error. Any help would be highly appreciated! Thanks!
Solution
add this line after it: ,"--disable-msg=not-callable"
just like this enter image description here
Answered By - zyko tan
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.