loadtaskmodel

function defined in module FastAI


			loadtaskmodel(path) -> (task, model)

Load a trained model along with a task from path that were saved using savetaskmodel.

JLD2.jl is used for serialization.

Methods

There is 1 method for FastAI.loadtaskmodel: