Lijun Wu

Results 6 issues of Lijun Wu

when I want to run the "eval ...", I got the error like this. As some other issues mentioned, I updated my luajit to 2.1 version. But it still failed...

Hi, I met the problem when I tried to decode a caption for images from val2014 dataset, for example, the picture is COCO_val2014_000000007888.jpg The error happened when processing ``feature =...

Hi, Nice work. After reading the code, I am not sure about the contact prediction results. In the [code](https://github.com/songlab-cal/tape/blob/master/tape/models/modeling_utils.py#L876), it seems this is the short&medium&long range contact prediction result? But...

Hi, I am new to Tensorflow and interested in running this project. But I don't see test descriptions in your readme wiki. Could you please give a description how to...

Hi, I try to run the resnet-32 model on cifar-100 dataset, with only the difference of the training data in "Deep_Residual_Learning_CIFAR-10.py", but it causes the error like this: ``` Starting...

Hi, Thanks for the great work and released code. I have tried to run several times on cifar100+ with the DenseNet-BC (L=190, k=40), but it's hard to reproduce the result...