Anuj Shah
Anuj Shah
When i use cifar 10 as input to the same code, i get this error ValueError: number of input channels does not match corresponding dimension of filter, 1 != 3
model_new_4 = delete_layer(model, layer_6) ValueError: Input 0 is incompatible with layer dense_5: expected axis -1 of input shape to have value 18496 but got shape (None, 10368)
I am getting this error while building graph for 3D ResNet: hl.build_graph(model,torch.zeros([1,3,16,112,12])) RuntimeError: invalid argument 2: input image (T: 1 H: 4 W: 1) smaller than kernel size (kT: 1...
Getting NotImplementedError when trying to visualize graph for 3dcnn network in pytorch
the BBox coordinates (xmin,ymin,xmax,ymax) are normalized based on image width and height, i.e 500 and 375 but the input to model is of size 300x 300. won't that create some...