Skip to content
Snippets Groups Projects

FIX: enable importing pyotb after tensorflow has been imported

Closes #2 (closed)

This now works:

import tensorflow
import pyotb

Limitations: It is not possible to use any Tensorflow related applications if Tensorflow itself has been imported beforehand in the script:

import tensorflow
import pyotb

pyotb.BandMath(...)  # this is ok
pyotb.TensorflowModelServe(...)  # this will crash

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
Please register or sign in to reply
Loading