Rick Wierenga
Rick Wierenga
I'm 100% not sure what the issue is here, but you could have forgotten to add the project target to the `Resnet50.swift` file. Let me know if adding a target...
I did not reference Resnet50.swift anywhere in the tutorial. It is automatically generated by Xcode when you add "App" as a target to the file. You can do this by...
``` AttributeError: 'GPT2Client' object has no attribute 'load_model' ``` This should probably be fixed in the README too.
Update: this appears to only be the case if running `jupyter lite build` after `jupyter lite init`. Just `jupyter lite build` works fine. I guess this is unexpected behavior. It...
Works like a charm! Thanks, @liudonghua123 @jtpio: could you review and merge?
I made a post on the SIG a couple of weeks ago: https://groups.google.com/a/tensorflow.org/forum/m/#!topic/swift/uACgFQJqzEI. These issues might be related.
@Shashi456, is your to do list (https://github.com/tensorflow/swift-apis/issues/517#issuecomment-537128724) up to date?
Thanks. I'd like to run tests for an open source S4TF project I'm working on. The docker file seems interesting. I'll see if I can use that.
@dan-zheng I checked if I could get that to work, but it crashes with: ``` CMake Error: The source directory "/swift-apis" does not appear to contain CMakeLists.txt. 277 Specify --help...
Strange... The `swift-apis` repo should not be a dependency for the `Dockerfile` to work because that's the whole point of having Docker in the first place. Would you happen to...