KR

Results 17 comments of KR

Having same problem in GPU mode with tensorflow-gpu==14 installed ![image](https://user-images.githubusercontent.com/17138280/78708720-3f390200-791b-11ea-8dcf-df6bb49ef848.png) and here is logs of mesh_renderer_test and rasterize_triangles_test ``` exec ${PAGER:-/usr/bin/less} "$0" || exit 1 Executing tests from //mesh_renderer:mesh_renderer_test -----------------------------------------------------------------------------...

Oh sorry, changing imports fixes this problem

well all you need to fix it is to uninstall tf, install tf-gpu 14.0.0 and 1. in /content/Audio-driven-TalkingFace-HeadPose/Deep3DFaceReconstruction/tf_mesh_renderer/mesh_renderer/rasterize_triangles.py : 28 line: change to os.path.join('/content/Audio-driven-TalkingFace-HeadPose/Deep3DFaceReconstruction', 2/ in /content/Audio-driven-TalkingFace-HeadPose/Deep3DFaceReconstruction/tf_mesh_renderer/runtests.sh replace program with...

https://colab.research.google.com/drive/1FXoqSLC_y6UpDDcbxGefwMDBh9UTipvZ

I also needed to change imports in mesh render and res...triangles from ``` from . import camera_utils ``` to ``` import camera utils ``` to run it, i guess it...

Kind of managed to run it on colab, if you need help, you can contact me it telegram @kirizhik

Now having other troubles #8

Hey everyone! Has anybody tried to install MATLAB in colab or is it possible to run training script with octave? @yiranran @bitcoin5000 @ak9250 @liupeng678 If so, I could prepare a...

@yiranran How did you make visdom to work on colab? when running your notebook getting this error on fine-tuning ``` requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=8097): Max retries exceeded with url: /env/memory_seq_31 (Caused...