WcW

Results 2 issues of WcW

Using the ./example/sample.py, with optimizer part unmarked. ``` optimizer = Optimizer(torch.optim.Adam(seq2seq.parameters()), max_grad_norm=5) scheduler = StepLR(optimizer.optimizer, 1) optimizer.set_scheduler(scheduler) ``` First run for a while to collect checkpoints, then run with '--resume'....

bug
fixed in develop

From the description it seems text-to-svg does not support render text in vertical direction, which is common in Chinese and Japanese. In SVG text, there is also a `writing-mode` option...