RuntimeError: Expected object of type torch.FloatTensor but found type torch.cuda.FloatTensor for argument #2...











up vote
-4
down vote

favorite












Error
C:crowdcount-mcnnsrcdata_loader.py:38: FutureWarning: Method .as_matrix will be removed in a future version. Use .values instead.



den = pd.read_csv(os.path.join(self.gt_path,os.path.splitext(fname)[0] + '.csv'), sep=',',header=None).as_matrix()



Loaded 100 / 400 files



Loaded 200 / 400 files



Loaded 300 / 400 files



Loaded 400 / 400 files



Completed Loading 400 files



Traceback (most recent call last):
File "test.py", line 45, in
density_map = net(im_data, gt_data)



File "C:UsersshivaAnaconda3libsite-packagestorchnnmodulesmodule.py", line 357, in call
result = self.forward(*input, **kwargs)



File "C:crowdcount-mcnnsrccrowd_count.py", line 20, in forward
density_map = self.DME(im_data)



File "C:UsersshivaAnaconda3libsite-packagestorchnnmodulesmodule.py", line 357, in call
result = self.forward(*input, **kwargs)



File "C:crowdcount-mcnnsrcmodels.py", line 44, in forward
x1 = self.branch1(im_data)



File "C:UsersshivaAnaconda3libsite-packagestorchnnmodulesmodule.py", line 357, in call
result = self.forward(*input, **kwargs)



File "C:UsersshivaAnaconda3libsite-packagestorchnnmodulescontainer.py", line 67, in forward
input = module(input)



File "C:UsersshivaAnaconda3libsite-packagestorchnnmodulesmodule.py", line 357, in call
result = self.forward(*input, **kwargs)



File "C:crowdcount-mcnnsrcnetwork.py", line 19, in forward
x = self.conv(x)



File "C:UsersshivaAnaconda3libsite-packagestorchnnmodulesmodule.py", line 357, in call
result = self.forward(*input, **kwargs)



File "C:UsersshivaAnaconda3libsite-packagestorchnnmodulesconv.py", line 282, in forward
self.padding, self.dilation, self.groups)



File "C:UsersshivaAnaconda3libsite-packagestorchnnfunctional.py", line 90, in conv2d
return f(input, weight, bias)



RuntimeError: Expected object of type torch.FloatTensor but found type torch.cuda.FloatTensor for argument #2 'weight'










share|improve this question




















  • 2




    Welcome to SO! Please post a Minimum, Complete and Verifiable example: stackoverflow.com/help/mcve
    – berkelem
    Nov 20 at 14:50















up vote
-4
down vote

favorite












Error
C:crowdcount-mcnnsrcdata_loader.py:38: FutureWarning: Method .as_matrix will be removed in a future version. Use .values instead.



den = pd.read_csv(os.path.join(self.gt_path,os.path.splitext(fname)[0] + '.csv'), sep=',',header=None).as_matrix()



Loaded 100 / 400 files



Loaded 200 / 400 files



Loaded 300 / 400 files



Loaded 400 / 400 files



Completed Loading 400 files



Traceback (most recent call last):
File "test.py", line 45, in
density_map = net(im_data, gt_data)



File "C:UsersshivaAnaconda3libsite-packagestorchnnmodulesmodule.py", line 357, in call
result = self.forward(*input, **kwargs)



File "C:crowdcount-mcnnsrccrowd_count.py", line 20, in forward
density_map = self.DME(im_data)



File "C:UsersshivaAnaconda3libsite-packagestorchnnmodulesmodule.py", line 357, in call
result = self.forward(*input, **kwargs)



File "C:crowdcount-mcnnsrcmodels.py", line 44, in forward
x1 = self.branch1(im_data)



File "C:UsersshivaAnaconda3libsite-packagestorchnnmodulesmodule.py", line 357, in call
result = self.forward(*input, **kwargs)



File "C:UsersshivaAnaconda3libsite-packagestorchnnmodulescontainer.py", line 67, in forward
input = module(input)



File "C:UsersshivaAnaconda3libsite-packagestorchnnmodulesmodule.py", line 357, in call
result = self.forward(*input, **kwargs)



File "C:crowdcount-mcnnsrcnetwork.py", line 19, in forward
x = self.conv(x)



File "C:UsersshivaAnaconda3libsite-packagestorchnnmodulesmodule.py", line 357, in call
result = self.forward(*input, **kwargs)



File "C:UsersshivaAnaconda3libsite-packagestorchnnmodulesconv.py", line 282, in forward
self.padding, self.dilation, self.groups)



File "C:UsersshivaAnaconda3libsite-packagestorchnnfunctional.py", line 90, in conv2d
return f(input, weight, bias)



RuntimeError: Expected object of type torch.FloatTensor but found type torch.cuda.FloatTensor for argument #2 'weight'










share|improve this question




















  • 2




    Welcome to SO! Please post a Minimum, Complete and Verifiable example: stackoverflow.com/help/mcve
    – berkelem
    Nov 20 at 14:50













up vote
-4
down vote

favorite









up vote
-4
down vote

favorite











Error
C:crowdcount-mcnnsrcdata_loader.py:38: FutureWarning: Method .as_matrix will be removed in a future version. Use .values instead.



den = pd.read_csv(os.path.join(self.gt_path,os.path.splitext(fname)[0] + '.csv'), sep=',',header=None).as_matrix()



Loaded 100 / 400 files



Loaded 200 / 400 files



Loaded 300 / 400 files



Loaded 400 / 400 files



Completed Loading 400 files



Traceback (most recent call last):
File "test.py", line 45, in
density_map = net(im_data, gt_data)



File "C:UsersshivaAnaconda3libsite-packagestorchnnmodulesmodule.py", line 357, in call
result = self.forward(*input, **kwargs)



File "C:crowdcount-mcnnsrccrowd_count.py", line 20, in forward
density_map = self.DME(im_data)



File "C:UsersshivaAnaconda3libsite-packagestorchnnmodulesmodule.py", line 357, in call
result = self.forward(*input, **kwargs)



File "C:crowdcount-mcnnsrcmodels.py", line 44, in forward
x1 = self.branch1(im_data)



File "C:UsersshivaAnaconda3libsite-packagestorchnnmodulesmodule.py", line 357, in call
result = self.forward(*input, **kwargs)



File "C:UsersshivaAnaconda3libsite-packagestorchnnmodulescontainer.py", line 67, in forward
input = module(input)



File "C:UsersshivaAnaconda3libsite-packagestorchnnmodulesmodule.py", line 357, in call
result = self.forward(*input, **kwargs)



File "C:crowdcount-mcnnsrcnetwork.py", line 19, in forward
x = self.conv(x)



File "C:UsersshivaAnaconda3libsite-packagestorchnnmodulesmodule.py", line 357, in call
result = self.forward(*input, **kwargs)



File "C:UsersshivaAnaconda3libsite-packagestorchnnmodulesconv.py", line 282, in forward
self.padding, self.dilation, self.groups)



File "C:UsersshivaAnaconda3libsite-packagestorchnnfunctional.py", line 90, in conv2d
return f(input, weight, bias)



RuntimeError: Expected object of type torch.FloatTensor but found type torch.cuda.FloatTensor for argument #2 'weight'










share|improve this question















Error
C:crowdcount-mcnnsrcdata_loader.py:38: FutureWarning: Method .as_matrix will be removed in a future version. Use .values instead.



den = pd.read_csv(os.path.join(self.gt_path,os.path.splitext(fname)[0] + '.csv'), sep=',',header=None).as_matrix()



Loaded 100 / 400 files



Loaded 200 / 400 files



Loaded 300 / 400 files



Loaded 400 / 400 files



Completed Loading 400 files



Traceback (most recent call last):
File "test.py", line 45, in
density_map = net(im_data, gt_data)



File "C:UsersshivaAnaconda3libsite-packagestorchnnmodulesmodule.py", line 357, in call
result = self.forward(*input, **kwargs)



File "C:crowdcount-mcnnsrccrowd_count.py", line 20, in forward
density_map = self.DME(im_data)



File "C:UsersshivaAnaconda3libsite-packagestorchnnmodulesmodule.py", line 357, in call
result = self.forward(*input, **kwargs)



File "C:crowdcount-mcnnsrcmodels.py", line 44, in forward
x1 = self.branch1(im_data)



File "C:UsersshivaAnaconda3libsite-packagestorchnnmodulesmodule.py", line 357, in call
result = self.forward(*input, **kwargs)



File "C:UsersshivaAnaconda3libsite-packagestorchnnmodulescontainer.py", line 67, in forward
input = module(input)



File "C:UsersshivaAnaconda3libsite-packagestorchnnmodulesmodule.py", line 357, in call
result = self.forward(*input, **kwargs)



File "C:crowdcount-mcnnsrcnetwork.py", line 19, in forward
x = self.conv(x)



File "C:UsersshivaAnaconda3libsite-packagestorchnnmodulesmodule.py", line 357, in call
result = self.forward(*input, **kwargs)



File "C:UsersshivaAnaconda3libsite-packagestorchnnmodulesconv.py", line 282, in forward
self.padding, self.dilation, self.groups)



File "C:UsersshivaAnaconda3libsite-packagestorchnnfunctional.py", line 90, in conv2d
return f(input, weight, bias)



RuntimeError: Expected object of type torch.FloatTensor but found type torch.cuda.FloatTensor for argument #2 'weight'







python tensorflow pytorch






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 20 at 17:26









talonmies

59k17128196




59k17128196










asked Nov 20 at 14:43









Shivang Shukla

1




1








  • 2




    Welcome to SO! Please post a Minimum, Complete and Verifiable example: stackoverflow.com/help/mcve
    – berkelem
    Nov 20 at 14:50














  • 2




    Welcome to SO! Please post a Minimum, Complete and Verifiable example: stackoverflow.com/help/mcve
    – berkelem
    Nov 20 at 14:50








2




2




Welcome to SO! Please post a Minimum, Complete and Verifiable example: stackoverflow.com/help/mcve
– berkelem
Nov 20 at 14:50




Welcome to SO! Please post a Minimum, Complete and Verifiable example: stackoverflow.com/help/mcve
– berkelem
Nov 20 at 14:50

















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53395473%2fruntimeerror-expected-object-of-type-torch-floattensor-but-found-type-torch-cud%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53395473%2fruntimeerror-expected-object-of-type-torch-floattensor-but-found-type-torch-cud%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

404 Error Contact Form 7 ajax form submitting

How to know if a Active Directory user can login interactively

TypeError: fit_transform() missing 1 required positional argument: 'X'