How to set cnn_learner file path

Download data for me is very slow!
I want to set the file path to cnn_learner method instead of downloading it from website erveytime.

cnn_learner(data, models.resnet34, metrics=error_rate)

May I change models.resnet34 to file_path ?