conan7882 / CNN-Visualization

TensorFlow implementations of visualization of convolutional neural networks, such as Grad-Class Activation Mapping and guided back propagation
MIT License
197 stars 43 forks source link

ModuleNotFoundError: No module named 'tensorcv.dataflow' #5

Open lizhenstat opened 4 years ago

lizhenstat commented 4 years ago

@conan7882 thanks for your great work. While I have an implementation issue in guided_backpropagation.py I install tensorcv-0.0.5, tensorcv-0.1.0 and tensorcv-0.2.0 but however could not find this function ImageFromFile

lizhenstat commented 4 years ago

@conan7882 Hi, can you take a look at this issue? Thanks Which tensorcv version did you use here?

conan7882 commented 4 years ago

@lizhenstat Sorry for the late reply. Let me look into this and get back to you soon.

ThomasMerkh commented 4 years ago

I second this issue, no version of tensorcv that I can locate contains the submodule tensorcv.dataflow. None of the codes in this repository function without this version of tensorcv, which is difficult to locate without documentation.