NuSeT icon indicating copy to clipboard operation
NuSeT copied to clipboard

NotImplementedError: Cannot convert a symbolic Tensor (meshgrid/Size_1:0) to a numpy array

Open antonkulaga opened this issue 2 years ago • 1 comments

I installed recommended dependencies, but got NotImplementedError: Cannot convert a symbolic Tensor (meshgrid/Size_1:0) to a numpy array here is my conda environment, OS is Linux Mint 20.2

name: nuset
channels:
  - defaults
  - conda-forge
  - bioconda
dependencies:
  - python=3.7
  - pillow
  - scikit-image
  - tensorflow-gpu==1.15.0
  - numpy
  - scikit-image
  - tqdm

antonkulaga avatar Nov 25 '21 23:11 antonkulaga