Youngchae (James) Chee 지영채

Results 2 comments of Youngchae (James) Chee 지영채

You should try to install pytorch using following command ``` pip install torch ```

By the paper, (4) - (6) seems to be 'Text2Gist' module which gets input of h(t-1) and i(t) from GRU. But in your code, ```python crnn_code = self.motion_content_rnn(motion_input, content_mean) ```...