Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 347 Bytes

File metadata and controls

12 lines (8 loc) · 347 Bytes

VGG - Batched Interleaved Model

Using N images to train the ConvLSTM, we train this model over the lane segementation dataset. Here, instead of the Resnet FE, we USE VGG 11 and VGG 16 models.

This is our model:

This code is written in lightening and PyTorch.