Quantum Fusion

Results 37 comments of Quantum Fusion

@rickwierenga If you notice I included a Resnet50.mlmodel. The Resnet50.swift file that you reference was not included, and if you check your project ClassificationRequest.swift file it is empty. I believe...

@rickwierenga I checked your writeup article (https://heartbeat.fritz.ai/deploying-core-ml-models-using-vapor-c562a70b1371), and your GitHub code, and the file that you reference Resnet50.swift is missing. Therefore your example will not compile. This is the error....

I tried adding the Resnet50.mlmodel and adding target membership on MACBook but the command alt+command+1 does not work on MAC, because there is no ALT key. (https://developer.apple.com/forums/thread/662596) see article, but...

See the example I have provided from Apple that has added the Resnet50 model. This project example has a .xcodeproj file that allows me to add the target membership of...

@rickwierenga I think the problem is really only that your GitHub repo doesn't have the Xcode project workspace. Other than that me adding the resnet50 model would work just fine...

@rickwierenga I figured out how to make a Xcode project workspace(%cd ~/heartbeat-tutorials-master/CoreML-API/CoreML-API swift package generate-xcodeproj )

@rickwierenga It says there are errors related to dependencies. (see attached)

@rickwierenga I discovered a bug on macOS related to the libressl dylib versioning with the linker. I have opened a ticket with vapor to see if they have a potential...

@rickwierenga Have you seen this dylib dependency error on MACOS Big Sur? I was able to add the resnet50 model as membership to the project, and create the xcodeproj workspace....

@rickwierenga I tried %brew install libressl However it does not install the correct version of libssl.dylib and libcrypto.dylib with the clang linker version 11.0 or newer, it is still relying...