Feiyang(Vance) Chen

Results 10 issues of Feiyang(Vance) Chen

``` Loading train dataset from data/m30k.train.1.pt, number of examples: 29000 data_type: text * vocabulary size. source = 8505; target = 9391 Building model... Initializing model parameters. NMTImgDModel( (encoder): RNNEncoder( (embeddings):...

help wanted
Todo

In the 5-classifier_example.py, when I run `(X_train, y_train), (X_test, y_test) = mnist.load_data()` in the Pycharm ``` Loading data... Downloading data from https://s3.amazonaws.com/text-datasets/imdb.npz ``` error: `ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed...

# New Task Video-guided Machine Translation # Reference: [VATEX: A Large-Scale, High-Quality Multilingual Dataset for Video-and-Language Research](https://arxiv.org/abs/1904.03493)

contributions welcome

In the README.md: ``` MOSEI: 3 classes: happy/sad/neutral/angry/excited/frustrated Raw Features: (Pickle files) Audio: dataset/mosei/raw/audio_3way.pickle Text: dataset/mosei/raw/text_3way.pickle Video: dataset/mosei/raw/video_3way.pickle ``` 3 classes is happy/sad/neutral/angry/excited/frustrated ??? So the MOSEI dataset classes should...

In `Guided backpropagation`, Error: ``` KeyError: "The name 'predictions_10/Softmax:0' refers to a Tensor which does not exist. The operation, 'predictions_10/Softmax', does not exist in the graph." ```

改了数据格式以后这个问题仍然存在。。。是运行了一段时间后才出现的

https://stackoverflow.com/questions/52888146/what-is-the-equivalent-of-torch-nn-functional-grid-sample-in-tensorflow-numpy How to implement `padding mode`? ------------------------ ### System information - **TensorFlow version (use command below)**: 1.10.0 ### Describe the problem How to implement torch.nn.functional.grid_sample padding mode in Tensorflow? ###...

type:support
models:research

Hi~ Could you provide the experimental results on the MOSEI dataset? Is [MOSEI dataset](https://github.com/soujanyaporia/multimodal-sentiment-analysis/tree/master/dataset/mosei) the same on the experiment: [https://github.com/soujanyaporia/multimodal-sentiment-analysis](https://github.com/soujanyaporia/multimodal-sentiment-analysis) ?