8000 🚀🚀 Support network architecture that can be easily use · Issue #367 · tensorlayer/TensorLayer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
🚀🚀 Support network architecture that can be easily use #367
Closed
@auroua

Description

@auroua

Could you support the network architecture like vgg, resnet easily to use. If I want to use resnet in Pytorch, I only need to write the following two lines code:

from torchvision import models
model_ft = models.resnet18(pretrained=True)

But in tensorlayer, I have to define the network architecture by myself and then load the pretrained parameters.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0