About the SwiftAI category

Forum for discussion of higher-level APIs for S4TF. This is a wiki post - feel free to edit it to add any high-level resources that everyone here should be aware of.

Important fastai APIs

S4TF design docs

Interview: why shift2swift

36 Likes

I’m starting to look into swift version of fastai, and I found this neat representation of fastai’s layered API that I think others might also find quite useful. My understanding is that most of the swiftyy magic will happen in the foundation layers, and the Application layer should remain more or less similar to v1? It would make sense to use the appropriate API layers depending how much you want to customize your models.

Swift Design Meeting Notes -FastAI v2: Type Dispatch and Composition System (Jeremy Howard)

2 Likes