issues Search Results · repo:xmartlabs/Bender language:Swift
Filter by
46 results
(84 ms)46 results
inxmartlabs/Bender (press backspace or delete to remove)Seems like a great AI framework for iOS. I wish to use your framework on macOS.
My podfile looks something like this:
swift_version = 5.0
platform :osx, 10.14
pod MetalBender , :git = https://github.com/xmartlabs/Bender.git ...
neoneye
- 1
- Opened on Nov 6, 2019
- #123
styleNet = Network(device: device, inputSize: inputSize, parameterLoader: loader)
styleNet.start - Convolution(size: ConvSize(outputChannels: 32, kernelSize: 9, stride: 1), id: “conv1”) -
Convolution(size: ...
baihualinxin
- Opened on Jun 19, 2019
- #122
when i add pod to the existing project I am facing Issue
/Pods/MetalBender/Sources/Graph/Weak.swift:11:26: class must come first in the requirement list
Cann t we add it as pod file
PIRANAVARUBAN
- 1
- Opened on May 22, 2018
- #112
In iOS 11.3.1 the tests for the Concat and LocalResponseNorm layers fail in iPhone 8 and iPhone X. They work in iOS 11.3
(to my understanding) and also if run on iPhone 7 or below.
I am not sure this ...
bug
mats-claassen
- 5
- Opened on May 15, 2018
- #110
open func updateWeights(device: MTLDevice) {
guard let network = network else {
return
}
if #available(iOS 11.0, *) {
if let weightsPointer = weightsPointer ...
leeys888
- 1
- Opened on Apr 25, 2018
- #106
After installing from the cocopod, I get this error on iOS 11.3, Xcode 9.3. Bender version 0.4.1
Type of expression is ambiguous without more context
It appears in the Convolution layer, as well as the ...
mdlockyer
- 4
- Opened on Apr 7, 2018
- #103
I am using latest master branch code and testing the new added Mobilenet sample code in our own project.
- Environment: Xcode 9.2, iOS 11.2 SDK, iPhone 7 running iOS 10.3.3.
- Assertion error: Number ...
haoxi911
- 6
- Opened on Mar 20, 2018
- #99
I have style transfer model that have 2 input parameters - image and style number. Where can I add style number
parameter? In .run there is only place fot image and completionHandler.
feature request
czater
- 2
- Opened on Jan 13, 2018
- #86
Cloning the repo with checkout on tag 0.4.0 Example has seven errors after pod installation (0.4.0) Seems to be removed
at compile but all three frameworks installed by cocoapods are not found at compil ...
tirrorex
- 8
- Opened on Nov 7, 2017
- #82
Hello, just update to your new version, seems to work but i got this error when loading my pb model.
guard let axisInt32 = axisNode.nodeDef.attr[ value ]?.tensor.intVal.first, let axis = LayerSizeAxis.fromTF(index: ...
JeremyGozlan
- 3
- Opened on Nov 1, 2017
- #81

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.