-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Description
From @carlthome on February 15, 2018 23:11
Fast style transfer with pretrained models is really cool, but the original optimization-based method presented by Gatys et al. seems like such a great fit for what deeplearn.js could provide with its WebGL integration and builtin gradient computation.
I'd really like to make interactive style transfer web apps but there's no L-BFGS optimizer in deeplearn.js. Is that a planned addition or will you focus on SGD variants?
Copied from original issue: tensorflow/tfjs-core#734