Kelvin Xu
Kelvin Xu
It definitely can. Unfortunately, I'm not very familiar with using Theano on Windows. I'd suggest looking at the theano documentation for windows, or posting on the mailing list.
Hey, thanks for your question. Unfortunately, the preprocessed datasets are still quite large so we have no resources to host all of them at the moment. What we can do...
@jnhwkim, very minor addition to prevent confusion is that the dictionary.pkl doesn't load a list but a python dictionary in the form `{word : word #}`. This is probably what...
Hey samim23, The feature extraction procedure was described in the paper (you should extract conv5_4), but I agree that it should be explained reproduced somewhere here in the repo.
@xlhdh It should be something around 15 Gbs. They are all loaded into memory at once, but we unsparsifying them one batch at a time. Are you unsparsifying them all...