I have a server and a domain name on GoDaddy. I want to create a backup for my files to be uploaded on Google Drive So that all my files and my database have
I've built a custom loss function to train my model def JSD_Tensor_loss(P,Q): P=tf.make_ndarray(P) Q=tf.make_ndarray(Q) M=np.divide((np.sum(P,Q)),2) D1
I'm trying to put a drop down for US states that uses a TextField and a TextField in a Row and the second TextField (zip) does not show up. What am I doing wro
I have been testing my application for about a week now, Our app takes some regions for example in the current testing we have 6 regions each region has 120m ra
I want to extract dominant color from a image so that i can apply it as blending to other images. how can i achieve that?? In my current code i have given color
As of now, I have an application built entirely using UIKit. However, I wish to be able to start implementing some SwiftUI Views to replace some UIViewControlle
I am trying to create a background gradient but it bleeds through the text. I've done some googling and haven't been able to find something useful. I'm not the