sadeepj / crfasrnn_keras

CRF-RNN Keras/Tensorflow version
http://crfasrnn.torr.vision
MIT License
603 stars 169 forks source link

compile file #2

Closed jeansely closed 7 years ago

jeansely commented 7 years ago

Hello, in windows os , how compile file? Thanks.

sadeepj commented 7 years ago

@jeansely, I haven't tested this on Windows. You'd have to resort to generic Tensorflow custom op building guides to get help. Unfortunately, the Tensorflow's official guide of adding a custom op doesn't (yet) include instructions for building on Windows. But the following links might be helpful:

https://github.com/tensorflow/models/issues/1103 https://github.com/tensorflow/models/issues/1103#issuecomment-290155681 https://github.com/tensorflow/models/issues/1103#issuecomment-302945787

sadeepj commented 7 years ago

Updated the README in b990ae92285141aff1a04436b46ca819599414d9.

laitaihu commented 5 years ago

Hello, did you sloved the problem about run this code on Windows?