Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- STYLE_IMAGE=OVENKEYS/SFE2/
- CONTENT_IMAGE=OVEN/art13.jpg
- STYLE_WEIGHT=1000
- STYLE_SCALE=1
- CONTENT_WEIGHT=170
- th neural_style_dir_rng_fix.lua \
- -style_image $STYLE_IMAGE \
- -style_weight $STYLE_WEIGHT \
- -style_scale $STYLE_SCALE \
- -content_image $CONTENT_IMAGE \
- -content_weight $CONTENT_WEIGHT \
- -print_iter 1 \
- -save_iter 100 \
- -image_size 300 \
- -num_iterations 500 \
- -learning_rate 50 \
- -model_file models/VGGx4.v2.caffemodel \
- -proto_file models/VGGx4.v2-train.prototxt \
- -content_layers relu1_1,relu2_1,relu3_1,relu4_1,relu5_1 \
- -style_layers relu1_1,relu2_1,relu3_1,relu4_1,relu5_1 \
- -optimizer lbfgs \
- -output_image out1.png \
- -tv_weight 0.00001 \
- -gpu 1,2,0 \
- -multigpu_strategy 1,7,6 \
- -backend cudnn \
- -normalize_gradients \
- STYLE_WEIGHT=3000
- STYLE_SCALE=1
- CONTENT_WEIGHT=0.25
- th neural_style_dir_rng_fix.lua \
- -style_image $STYLE_IMAGE \
- -style_weight $STYLE_WEIGHT \
- -style_scale $STYLE_SCALE \
- -content_image $CONTENT_IMAGE \
- -content_weight $CONTENT_WEIGHT \
- -init image \
- -init_image out1.png \
- -print_iter 1 \
- -save_iter 100 \
- -image_size 768 \
- -num_iterations 100 \
- -learning_rate 50 \
- -model_file models/VGGx4.v2.caffemodel \
- -proto_file models/VGGx4.v2-train.prototxt \
- -content_layers relu1_1,relu2_1,relu3_1,relu4_1,relu5_1 \
- -style_layers relu1_1,relu2_1,relu3_1,relu4_1,relu5_1 \
- -optimizer lbfgs \
- -output_image out2.png \
- -tv_weight 0.00001 \
- -gpu 1,2,0 \
- -multigpu_strategy 1,7,6 \
- -original_colors 0 \
- -backend cudnn \
- -normalize_gradients \
- th neural_style_dir_rng_fix.lua \
- -style_image $STYLE_IMAGE \
- -style_weight $STYLE_WEIGHT \
- -style_scale $STYLE_SCALE \
- -content_image $CONTENT_IMAGE \
- -content_weight $CONTENT_WEIGHT \
- -init image \
- -init_image out2.png \
- -print_iter 1 \
- -save_iter 100 \
- -image_size 924 \
- -num_iterations 50 \
- -learning_rate 50 \
- -model_file models/VGGx4.v2.caffemodel \
- -proto_file models/VGGx4.v2-train.prototxt \
- -content_layers relu1_1,relu2_1,relu3_1,relu4_1,relu5_1 \
- -style_layers relu1_1,relu2_1,relu3_1,relu4_1,relu5_1 \
- -optimizer lbfgs \
- -output_image out3.png \
- -tv_weight 0.00001 \
- -gpu 1,2,0 \
- -multigpu_strategy 1,7,6 \
- -original_colors 0 \
- -backend cudnn \
- -normalize_gradients \
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement