zshyang

Results 14 issues of zshyang

I have trained the model for WMT'16. And the accuracy and loss are similar to what they provided. But when I translate, ``` python translate.py -data_pkl m30k_deen_shr.pkl -model output/lr_mul_0.5-scale_emb/model.chkpt -output...

**Describe the bug** The bug is I could not install this docker image on my machine. I am using CentOS 7. ************************************************************************************ **To Reproduce** I copied and pasted the [Dockerfile](https://github.com/NVIDIA/MinkowskiEngine/blob/master/docker/Dockerfile)...

Hi @hansen7 , Thanks for sharing this great work with us. I have a question regarding the output log during pretraining. The detail is [here](https://gist.github.com/zshyang/08fb47c7f4aa2835da25e6e98349cf51). The question is, it seems...

I tried to install the provided plugin into the software (PyMOL). But I got the error message as following. ![捕获](https://user-images.githubusercontent.com/57812785/93965556-4613cf80-fd17-11ea-824d-0e4aada45925.PNG) It says that the plugin is installed but the initialization...

I am trying to utilize the disparity from `Stereo` dataset to the task of 3D car instance understanding task. And could you provide me with some information about how do...

Hi, Thanks for sharing this repo. Could you guide me on how to process the CelebAHQ dataset as you've mentioned in your homepage? Best regards.

Hi, thanks for sharing this project. I saw you have two loss terms ([mmd term](https://github.com/GuyTevet/MotionCLIP/blob/main/src/models/tools/mmd.py) and [hessian term](https://github.com/GuyTevet/MotionCLIP/blob/main/src/models/tools/hessian_penalty.py)) that were not discussed in your paper (maybe I miss the detail,...

Hi Guy Tevet, I trust this message finds you well. I sincerely hope recent events, including any conflicts, haven't hindered your research efforts. Please accept my best wishes for you...

Hi, I am training on my dataset. And I am using the same loss function. I saw the loss begin at 3.xxx and gradually drop to 1.9xxx. What is your...

I am using anaconda environment. I get the error as follows: ```shell pylint: {import-error] Unable to import 'scipy' [E0401] (E) ``` It seems that the vim did not recognize my...