DeepLab-V3
DeepLab-V3 copied to clipboard
Google DeepLab V3 for Image Semantic Segmentation
Using other data sets appears error ' logits and labels must be broadcastable: logits_size=[627500,21] labels_size=[628000,21]'
Traceback (most recent call last): File "train.py", line 8, in from model import DeepLab File "C:\Users\DGRE\DeepLab-V3\model.py", line 6, in from feature_extractor import MobileNet, Resnet, Vgg16 File "C:\Users\DGRE\DeepLab-V3\feature_extractor.py", line 2, in...
followed the instruction for installation but bumped into this error when running train.py ``` $ python3 train.py 2021-02-19 23:20:37.098330: W tensorflow/stream_executor/platform/default/dso_loader.cc:60] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot...