3 Questions 4 Answers 0 Followers
Questions related from Warid Islam
I have created a transfer learning model using Resnet50. I want to perform a K-fold cross-validation on my model after which I want to find the average AUC value and standard deviation. Files.csv...
30 June 2022 3,252 0 View
I have multiple 2-D arrays as defined below: a=[[4,6],[7,8],[9,10]] I want to create a separate array(1-D) that takes the maximum number between the two elements in the array above. The solution...
21 June 2022 5,165 5 View
Hi, I am trying to add an attention layer to a Resnet 50 model. I am using python. My code is shown in the file below. I am getting an error message. Any suggestions would be...
06 June 2022 6,138 4 View