Yahui Zhang

Results 10 comments of Yahui Zhang

@AliaksandrSiarohin What's the difference between Ted-YouTube384 model and Ted384 model in checkpoints?

I use the latest version: wget https://yt-dl.org/downloads/latest/youtube-dl -O youtube-dl However, I meet the same problem.

I also try to run pip install "neuralnet-pytorch[gin] @ git+git://github.com/justanhduc/neuralnet-pytorch.git@6bda19fdc57f176cb82f58d287602f4ccf4cfc23" --global-option="--cuda-ext" There exists an error > ERROR: Command errored out with exit status 1: command: /home/yzhang4/anaconda3/envs/graphxx/bin/python -u -c 'import io,...

Now I run the code without GPUs. After several epochs for training, there is an error: > Traceback (most recent call last): File "train.py", line 93, in train_valid() File "/home/yzhang4/anaconda3/envs/graphx/lib/python3.6/site-packages/gin/config.py",...

Hi @justanhduc, my environment is: > pytorch 1.5.1 torchvision 0.6.1 cudatoolkit 10.1 python 3.6 The code can run now but get the following error: > raise ValueError('NaN or Inf encountered....

Thanks! @justanhduc I will try to use Pytorch 1.7 to run the code.

Hi @justanhduc, It works now when I use Pytorch 1.7. However, the code works well with less data, and it raises error: 'CUDA out of memory' within one epoch when...

It seems I use wrong verison of neuralnet-pytorch. Then I download neuralnet-pytorch of right verison and run: python setup.py install --cuda-ext, However, it raises the following error when I run...

@romanvey Thanks! I will try it.