warmspringwinds / pytorch-segmentation-detection

Image Segmentation and Object Detection in Pytorch
MIT License
746 stars 170 forks source link

adaptive_computation_time #8

Closed hftsai closed 6 years ago

hftsai commented 6 years ago

Hi Daniil, I'm trying to work on image segmentation of microscopy images using pytorch. I've been trying to work with your examples. But i'm having error on resnet_34_8s_train.

ImportError: No module named adaptive_computation_time

I wonder if it's something in the anaconda?

warmspringwinds commented 6 years ago

Hi @hftsai that's a bug -- feel free to remove the line:

from adaptive_computation_time import ACT_Module

I will update the repo later with this change.

warmspringwinds commented 6 years ago

Resolved in the latest commit, details here: https://github.com/warmspringwinds/pytorch-segmentation-detection/pull/6