momo1986

Results 31 comments of momo1986

我因为设备限制,对话模型在colab上进行训练。想在小显存GPU上跑推断。 我只存了checkpoin文件和最优的结果文件,如图: ![image](https://user-images.githubusercontent.com/34225874/82304129-7dcbdd00-99ee-11ea-97c1-525025d0d329.png) 请问是否有demo可以加载该模型并进行中文对话呢? 用默认对话的效果有些捉急: ![image](https://user-images.githubusercontent.com/34225874/82304197-9805bb00-99ee-11ea-8de1-e2f29a4b66e7.png) 感谢您。

Looks like it needs to refer to correct boost_lib file and include file. I can find the boost_include file with "dpkg -S /usr/include/boost/" However, how can I find the correct...

> Building graph should be put out of camera capture loop: > > ```python > predictions = self.model(inputs, training_schedule) > pred_flow = predictions['flow'] > with tf.Session(config=config) as sess: > saver.restore(blablabla)...

> You should feed 2 placeholders to self.model(), instead of 2 constants. How can I give the 2 placeholders with the input and give it to the self.model and then...

I met similar problem: OS: Ubuntu 18.04 CUDA: 9.0 Python: 2.6 Tensorflow: 1.12 Head of Makefile's sceenshot: ![image](https://user-images.githubusercontent.com/34225874/52933865-a5696b00-338f-11e9-9ebf-a353cc96d3b5.png) Error: ![image](https://user-images.githubusercontent.com/34225874/52933886-b914d180-338f-11e9-89a1-7403d8f83bd5.png)

> [#28 (comment)](https://github.com/sampepose/flownet2-tf/issues/28#issuecomment-406941839) > > Edit: > You are using Python 2.6, seriously? Hi, Sorry. I am using Python 3.6 Refer to comment 28: Looks my issue has gone. Thanks...

Met the same problem, is there a document for fix of this problem?

> @momo1986 是不是因为OpenCV版本的问题,这个代码是基于OpenCV 3.2的。 报错在cv2.dilate函数上 另外,我threshold一路拿到0数组是什么原因,也没有看到起来的图片,是一块黑色的区域。但我又可以存frame作为图片