Skip to content

Commit

Permalink
Tried to debug it with Visual Studio, but tf.load_op_library cannot l…
Browse files Browse the repository at this point in the history
…oad op on Windows

 * tensorflow/models#1103
  • Loading branch information
kishimoto-exvision committed Aug 28, 2017
1 parent e725512 commit ffab249
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions examples/example-windows.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
$thisFileFolderPath = Split-Path -Parent $MyInvocation.MyCommand.Path

$Env:PYTHONPATH="$thisFileFolderPath\..\lmbspecialops\python"
$Env:LMBSPECIALOPS_LIB="$thisFileFolderPath\..\lmbspecialops\build\lib\Release\lmbspecialops.dll"

python example.py
2 changes: 1 addition & 1 deletion lmbspecialops

0 comments on commit ffab249

Please sign in to comment.