-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: super(type, obj): obj must be an instance or subtype of type #41
Comments
Hi @kumarshrestha009, before that in same
can you comment system dependencies |
You can type Theano is the main dependency. I had used theano 0.9. |
Thanks for answering @kumarshrestha009 but you said like calling whole package in the name as_cuda_ndarray_variable but in that code it is written as calling one function from that package that both make different meaning right. |
@kumarshrestha009 Did you solved the super(type, obj) issue. If yes please share the solution |
@DhanasekarChellamuthu can you please send me the .zip files. Looks like the link is broken. Email: [email protected] |
TypeError
in ()
1 import UnariesNet
----> 2 uNet = UnariesNet.unariesNet()
/home/kumar/DeepOcclusion/UnariesNet.py in init(self, load_pretrained)
80 c53_r = mNet.c53_r
81
---> 82 op = ROIPoolingOp(pooled_h=p_h, pooled_w=p_w, spatial_scale=1.0)
83
84
/home/kumar/DeepOcclusion/roi_pooling.py in init(self, pooled_h, pooled_w, spatial_scale)
18
19 def init(self, pooled_h, pooled_w, spatial_scale):
---> 20 super(ROIPoolingOp, self).init(self.func_file,
21 self.func_name)
22
TypeError: super(type, obj): obj must be an instance or subtype of type
How can i fix this ? Help will be highly appreciated ?
The text was updated successfully, but these errors were encountered: