Closed Nelson-Gon closed 4 years ago
Hello,
I am unable to import any module.
I installed as follows:
! pip install git+https://github.com/jakeret/tf_unet.git
Output from grepping for unet:
grep
unet
! pip list | grep unet tf-unet 0.1.2
Attempts to import:
from tf_unet import image_gen from tf_unet import unet from tf_unet import util
The above fails with:
I also tried glob imports but it seems all is not defined and that didn't work either.
all
What am I missing? Python version: 3.6.9
Thank you
Needed to restart runtime.
Hello,
I am unable to import any module.
I installed as follows:
Output from
grep
ping forunet
:Attempts to import:
The above fails with:
I also tried glob imports but it seems
all
is not defined and that didn't work either.What am I missing? Python version: 3.6.9
Thank you