05.exercise-custom-convnets【练习:自定义卷积网络】
This notebook is an exercise in the Computer Vision course. You can reference the tutorial at this link. Introduction 介绍 In these exercises, you’ll build a custom convnet with performance competitive to the VGG16 model from Lesson 1. 在这些练习中,您将构建一个自定义卷积网络,其性能可与第 1 课中的 VGG16 模型相媲美。 Get started by running the code cell below. 通过运行下面的代码单元开始。 # Setup feedback […]