8 #ifndef __TOOLKITS_STYLE_TRANSFER_MODEL_DEFINITION_H_ 9 #define __TOOLKITS_STYLE_TRANSFER_MODEL_DEFINITION_H_ 14 #include <ml/neural_net/model_spec.hpp> 17 namespace style_transfer {
19 std::unique_ptr<neural_net::model_spec> init_resnet(
const std::string& path);
20 std::unique_ptr<neural_net::model_spec> init_resnet(
size_t num_styles,
22 std::unique_ptr<neural_net::model_spec> init_resnet(
const std::string& path,
24 std::unique_ptr<neural_net::model_spec> init_vgg_16();
25 std::unique_ptr<neural_net::model_spec> init_vgg_16(
const std::string& path);