I would like to know if there is a way to get the shape and the type of any variable in Python. In the IDE Spyder, there is a variable explorer that lists this
I have a program compiled with -std=c++17 and it links against a library that uses -std=c++11. There is a class with a buffer (char *) inside the c++11 that I w
"My website is LIVE. And this problem is related to configure session timeout on LIVE server and not in localhost." I have a problem with session expiring too
I have created a AWS server instance. I have a pem file which i use to get access to the remote AWS through my local system terminal I have saved the file pem f
Given a String S1 and String S2. Convert string S1 to a palindrome string such S2 is a substring of that palindromic string. Only operation allowed on S1 is rep
I am working on including Sentry in a Qt application. I have the sentry jar and sentry-native aar included in the Android libs folder and am working on linking
I am trying to add coordinates to each pixel of an image for this I am doing the following import cv2 import numpy as np img = cv2.imread('images/0001.jpg') gr
I'm trying to use transforms.compose to convert my images into normalized images with a range of [0,255] instead of normalizing it as [0,1] for training my mode
I have a list named attributes which contains all possible fields. Like this: attributes = [ 'name', 'phone_no', 'address', 'hobby', ] I also h