#!/usr/bin/env python # coding: utf-8 # In[ ]: #hide from utils import * # # Application architectures deep dive # ## Computer vision # ### cnn_learner # In[ ]: model_meta[resnet50] # In[ ]: create_head(20,2) # ### unet_learner # ## Natural language processing # ## Tabular # ## Wrapping up architectures # In[ ]: