Skip to content

Commit

Permalink
update machine info
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoyu Liu committed Apr 23, 2018
1 parent ff31584 commit 6b7b3fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ This code was trained and tested with

<span style="background: yellow">[Updated by Xiaoyu Liu]</span>

**My machine is Ubuntu 16.04, Cuda-9.0 and Cudnn 7**

Clone the code and create some directories for outputs

```bash
Expand Down

5 comments on commit 6b7b3fd

@rays2pix
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi , I am facing some issues while compiling custom_ops. Is it mandatory to use the tensorflow version that's mentioned in the repo? And should I rebuild tensorflow for this code to work?

I am getting below error,
/usr/local/lib/python2.7/dist-packages/tensorflow/include/tensorflow/core/platform/default/mutex.h:25:22: fatal error: nsync_cv.h: No such file or directory

@xiaoyuliu
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please check the header file mutex.h in my repo, I modified the way using nsync_cv.h

@xiaoyuliu
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to use the exactly same version for TF

@rays2pix
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the quick reply. I am not able to locate the modification. Can you please let me know what needs to be changed.

@rays2pix
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I just found it in another issues page. Again thanks for your help.

Please sign in to comment.