Skip to content

a problrm in nodule_net.py #47

@huangguoqing1111

Description

@huangguoqing1111
self.mask_probs = data_parallel(self.mask_head, (torch.from_numpy(self.crop_boxes).cuda(), features))

File "D:\anaconda\envs\Stest\lib\site-packages\torch\nn\parallel\data_parallel.py", line 231, in data_parallel
return module(*inputs[0], **module_kwargs[0])
File "D:\anaconda\envs\Stest\lib\site-packages\torch\nn\modules\module.py", line 1190, in _call_impl
return forward_call(*input, **kwargs)
File "D:\HGQ_DL\NoduleNet\net\nodule_net.py", line 238, in forward
up1 = f_4[b, :, z_start / 4:z_end / 4, y_start / 4:y_end / 4, x_start / 4:x_end / 4].unsqueeze(0)
TypeError: only integer tensors of a single element can be converted to an index

Hello, I want to ask when I run this net , I get a problrm about only integer tensors of a single element can be converted to an index
in the nodule_net.py ?
thank you for your answer

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions