FastAI
Docs:Stable|Dev
FastAI.jlisispiredbyfastai,adisarepositoryofbestpracticesfordeeplearigiJulia.Itsgoalistoeasilyeablecreatigstate-of-the-artmodels.FastAIeablesthedesig,traiig,addeliveryofdeeplearigmodelsthatcompetewiththebesticlass,usigfewliesofcode.
Istallwith
usigPkgPkg.add("FastAI")ortryitoutwiththisGoogleColabtemplate.
Asaexample,hereishowtotraiaimageclassificatiomodel:
usigFastAIdata,blocks=loaddataset("imageette2-160",(Image,Label))method=ImageClassificatioSigle(blocks)learer=methodlearer(method,data,callbacks=[ToGPU()])fitoecycle!(learer,10)plotpredictios(method,learer)Pleasereadthedocumetatioformoreiformatioadseethesetupistructios.







评论