neural-style
neural-style copied to clipboard
Neural style in TensorFlow! 🎨
usage: neural_style.py [-h] [--verbose] [--img_name IMG_NAME] --style_imgs STYLE_IMGS [STYLE_IMGS ...] [--style_imgs_weights STYLE_IMGS_WEIGHTS [STYLE_IMGS_WEIGHTS ...]] [--content_img CONTENT_IMG] [--style_imgs_dir STYLE_IMGS_DIR] [--content_img_dir CONTENT_IMG_DIR] [--init_img_type {random,content,style}] [--max_size MAX_SIZE] [--content_weight CONTENT_WEIGHT] [--style_weight STYLE_WEIGHT] [--tv_weight TV_WEIGHT]...
Hi, In **neural-style**, inappropriate dependency versioning constraints can cause risks. Below are the dependencies and version constraints that the project is using ``` numpy Pillow scipy tensorflow ``` The version...