I'm trying to do some custom validation using this code: Spring endpoint: @PostMapping(value = "/validate_pairs") public String validatePair(Model model, Redire
Say these are the layers of my model: Embedding with mask_zero=True LSTM Dense According to the official guide: https://www.tensorflow.org/guide/keras/masking_a
I want to automate Azure data factory pipeline deployments. I have Self Hosted Integration runtimes with a different name in each environment (i.e. SHIR-{enviro
I want to replace %s as a vector. So, I coded as below: items <- c("a", "b", "c", "d") items.txt <- sprintf("y <- c(%s)", items) My expected result is
I am meeting some difficulties when using AWK to search a huge csv file (this can be called file1). fortunately, I have a list file (this can be called file2).
I want to ask a question , here I have made a little project of javascript of a contact list where I can add a person with his telephone number , or search for
I'm currently working ona object detection model efficientnet and i tried to evaluate my mode with model main but got the error ValueError: Tensor("Detections_L
what i'm about to do now I am trying to get information by calling a service made with Spring. In the same project, I want to create a new controller and call a