Overview
This week, I trained a ml5js style transfer model with devCloud services. I chose the engraving artwork “Thangka” from artist Wenna as the target style for this model.
Training
With proper editing to the training script, the training process ran smoothly on the devCloud server. I logged on devCloud and checked on the status of the task a few times through the process with the “qstat” command. Following is the check-in feedback after a few hours.
The entire training process took about less than a day. After the training task is done, a success report can be seen, and model is saved to the specified model folder as shown in the screenshots below.
Testing
I transferred the output model to my local machine, and attached it to a ml5js web application. Following are some of the style transferring results on webcam input.
Reference