Skip to content

Instantly share code, notes, and snippets.

@sadimanna
Created January 6, 2021 06:33
Show Gist options
  • Select an option

  • Save sadimanna/9bd112c771f8a80bd18fb0055eccebf6 to your computer and use it in GitHub Desktop.

Select an option

Save sadimanna/9bd112c771f8a80bd18fb0055eccebf6 to your computer and use it in GitHub Desktop.
model = new_resnet('resnet50','layer4',Bottleneck, [3, 4, 6, 3],True,True)
model = model.to('cuda:0')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment