Post

Replies

Boosts

Views

Activity

Reply to Core ML Model Deployment can not upload mlarchive file,InvalidArgumentError: Unable to unzip MLArchive
MLModelCollection.beginAccessing(identifier: "Collection Name") { result in           var modelURL: URL?           switch result {           case .success(let collection):             print(collection)             modelURL = collection.entries["io.aben.animegan2face.v1"]?.modelURL           case .failure(let error):             print(error)           }           print(modelURL as Any)         } Got failure error: MLModelCollection: namespace (animegan2face_paint_512_v2) registration failed. Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.triald.namespace-management was invalidated: failed at lookup with error 159 - Sandbox restriction." UserInfo={NSDebugDescription=The connection to service named com.apple.triald.namespace-management was invalidated: failed at lookup with error 159 - Sandbox restriction.} Error Domain=com.apple.CoreML Code=10 "Failed to begin access for model collection with identifier 'animegan2face_paint_512_v2': invalid identifier" UserInfo={NSLocalizedDescription=Failed to begin access for model collection with identifier 'animegan2face_paint_512_v2': invalid identifier} nil
Topic: Machine Learning & AI SubTopic: Core ML Tags:
Jan ’23
Reply to CIColorMap
I have the same doubt. Apple's documentation is always like this, only writing APIs, without detailed explanations and examples.
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’23
Reply to Core ML Model Deployment can not upload mlarchive file,InvalidArgumentError: Unable to unzip MLArchive
MLModelCollection.beginAccessing(identifier: "Collection Name") { result in           var modelURL: URL?           switch result {           case .success(let collection):             print(collection)             modelURL = collection.entries["io.aben.animegan2face.v1"]?.modelURL           case .failure(let error):             print(error)           }           print(modelURL as Any)         } Got failure error: MLModelCollection: namespace (animegan2face_paint_512_v2) registration failed. Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.triald.namespace-management was invalidated: failed at lookup with error 159 - Sandbox restriction." UserInfo={NSDebugDescription=The connection to service named com.apple.triald.namespace-management was invalidated: failed at lookup with error 159 - Sandbox restriction.} Error Domain=com.apple.CoreML Code=10 "Failed to begin access for model collection with identifier 'animegan2face_paint_512_v2': invalid identifier" UserInfo={NSLocalizedDescription=Failed to begin access for model collection with identifier 'animegan2face_paint_512_v2': invalid identifier} nil
Topic: Machine Learning & AI SubTopic: Core ML Tags:
Replies
Boosts
Views
Activity
Jan ’23
Reply to CoreML Model Deployment Page
Same issue here
Topic: Machine Learning & AI SubTopic: Core ML Tags:
Replies
Boosts
Views
Activity
Jan ’23
Reply to Authorize page shows 'Invalid redirect_uri'
I'm getting exactly the same issue!!! @Apple
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’22
Reply to Swift playgrounds 4
Come on Apple Devs!
Replies
Boosts
Views
Activity
Dec ’21
Reply to App Tracking Transparency is unavailable with Mac Catalyst
I have the same question.
Replies
Boosts
Views
Activity
Nov ’21
Reply to Can DocC Generate Documentation for Extensions?
I have the same question too.
Replies
Boosts
Views
Activity
Aug ’21