.FastVision.ModelsUNetBlock
	
function defined in module 
	FastVision.Models
			UNetBlock(m, k_in)
			Given convolutional module 
			m that halves the spatial dimensions and outputs 
			k_in filters, create a module that upsamples the spatial dimensions and then aggregates features via  a skip connection.
There is
			1
			method for FastVision.Models.UNetBlock:
		
The following page links back here: