Lakpa Tamang

Results 5 comments of Lakpa Tamang

@winterkim360 Did you get any idea about use of RNN models ?

I also have similar issue while implementing the example. Any solutions yet? ![image](https://user-images.githubusercontent.com/54692758/160038826-d96e3b36-1416-463e-8d22-7c1e96e86d7a.png)

> Unfortunately, there is no plan to update. However, if you have any questions about the usage, I would love to answer. @xiangdonglai, can you explain more about the installation...

The main reason your program is not utilizing GPU is that the torch is not enabled with cuda toolkit. While installing torch and torchvision use `conda install pytorch torchvision torchaudio...

Google colab has python starting from 3.8. So tf==1.15 is not supported. I alternatively installed python 3.7 in the colab and the tensorflow is installed successfully, but the pycocotools cannot...