python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Can MTLTexture be used to store 5-D input tensor?
I'm trying to implement a pytorch custom layer grid_sampler on GPU by Core ML Custom Operators. Both of its inputs, input and grid can be 5-D. My implementation of encodeToCommandBuffer, which is MLCu...
stx-000
Votes: 0
Answers: 0
AttributeError: module 'keras.layers.normalization' has no attribute 'BatchNormalization'
I am trying to convert a transfer learning Keras model into Core ml. I need this core ml file to have class_labels in order for the model to be recognized as a classifier. Whenever I attempt to call c...
James Gerhard
Votes: 0
Answers: 1