lu-m13 / OptimalStyleTransfer

A Closed-form Solution to Universal Style Transfer - ICCV 2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About the batch size.

kevinbro96 opened this issue · comments

I find that both in the code of WCT and in OST, the batch size is set to 1. It limits the inference speed.
Can we set the batch size to 64? In another words, can we run the WCT and OST distributely?