Open SpadesQ opened 6 years ago
@Lotayou how to get skip-thought-embeddings.pickle
Is there any dataset other than birds and flowers?
@rchavezj Any luck on the datasets other than those?
Anyone find text description of Oxford-102 flower dataset? I download dataset from http://www.robots.ox.ac.uk/~vgg/data/flowers/102/. But failed to find any text info...
I've been struggling with this too. The original char-CNN-RNN text encoder is implemented in Torch so I guess transporting it to TensorFlow could be tough. However, it's straightforward to load a Torch model in PyTorch with
load_lua()
function.Personally, I suggest you use the PyTorch version. The TensorFlow version is crap AFAIC.