KR

Results 17 comments of KR

Managed to solve problem with visdom with running server by the following code ``` ! npm install -g localtunnel get_ipython().system_raw('python3 -m pip install visdom') get_ipython().system_raw('python3 -m visdom.server -port 6006 >>...

Yes, there was problem with octave before running ``` !octave --eval "pkg install image-2.12.0.tar.gz" ``` you need to install liboctave-dev with ``` !apt install liboctave-dev ```

> @hflserdaniel 我直接说中文吧,英文说着不好准确表达怎么解决这问题。 > 这个问题主要是没有找到ltensorflow_framework导致的,估计作者是自行编译安装的tensorflow,而不是pip安装的(虽然作者给的环境配置是pip安装的,我猜的);你可以在tensorflow安装文件夹中查找一下(百度find指令)libtensorflow_framework.so.1该文件的路径,然后把该文件cp一份到usr/lib/目录下,然后进行软链接生成libtensorflow_framework.so,就不会报错了(可参见[https://blog.csdn.net/songyu0120/article/details/46931329)](https://blog.csdn.net/songyu0120/article/details/46931329%EF%BC%89) Hi, Can you describe your way to solve this problem in english (or you can contact with me in telegram @kirizhik)? @ZhengMengbin

> sh_renderer usin And is it possible for u, to share your colab notebook(if you are running it there) @ZhengMengbin

> @KirillR911 This problem is mainly caused by not finding `ltensorflow_framework`. I guess that author installed tensorflow by compiling from source , not `pip install tensorflow` (although the environment configuration...

Well from now i can't even get access to this file, getting error: ```cp: cannot stat '/usr/local/lib/python3.6/dist-packages/tensorflow/libtensorflow_framework.so.1': No such file or directory``` that is after installing through project reqs, when...

@ZhengMengbin Thanks! Finally managed to pass runtests. I needed to uninstall factory colab tf and installed tansorflow-gpu=14.0.0 after int needed file appeared and i managed to run it! That's what...