neural-style-pt
neural-style-pt copied to clipboard
Support for additional pre trained models
Hello!
I would like to experiment with different models. Can you please share what steps I would need to take to add support for other models such as these?
@Vigilence The models you suggest are using ResNet architecture, which can require extra work to use for things like style transfer. neural-style-pt uses VGG models by default, but you can add support for them in the modelSelector function in Caffeloader.