marcrasi
marcrasi
It works when you do `swift build` / `swift run`, but you get that error when you try to use it through jupyter? Is it possible that you're using different...
I'll try to run it myself today and see if I can figure anything out.
Try adding this. I think it made it work for me: `%install-swiftpm-flags -Xcc -isystem/usr/include/freetype2 -Xswiftc -lfreetype`
> @BradLarson @marcrasi, as the first evaluation is coming up on 24th, is there anything specific I need to complete before that? No, you've already done everything I'm looking for...
about generics, I haven't thought much about how you could use them for plotting data types, but here's an initial answer to your question. If you make `Point` generic over...
> It seems the python support also doesn't work on 20.04 because it's looking for libpython3.6m.so.1.0. 20.04 comes with python3.8.2 and there's no easy way to get python 3.6. Can...
I made some progress: https://github.com/tensorflow/swift/pull/535 I'm still waiting on https://gitlab.com/nvidia/container-images/cuda/-/issues/83 before I can add cuda toolchains for ubuntu 20.04.
I tried to make a CUDA build for ubuntu20.04, but there is still a small blocker: The version of TF that we use (2.3) supports CUDA 11.0 but not CUDA...
Oh yes, I think that is all that you need to do. (If the mutating operations were implemented in terms of other functions that were not differentiable, then you would...
Yes, you can use the the toolchain binaries at https://github.com/tensorflow/swift/blob/master/Installation.md if you have one of the supported operating systems.