Nazia Attari

Results 8 issues of Nazia Attari

Hi, I have a task where my class types are ordinal and I am using the code provided here. But the performance after adding this param worsens, I wanted to...

After training, when I use the model to generate captions. It starts giving me the below error: `File "caption.py", line 215, in seq, alphas = caption_image_beam_search(encoder, decoder, args.img, word_map, args.beam_size)...

Thanks, Aniket for sharing the code. While using your implementation, I get an error at the following line in _vgg_cbcnn.py_: `x = merge(compact_bilinear_arg_list, mode=compact_bilinear, name='compact_bilinear', output_shape=output_shape_cb)`. It gives a Typeerror...

Hi, I am trying to train on a different number of classes than mentioned in the example here. I have two classes, so it becomes 2+1(background)=3 classes. I changed the...

Is it possible to remove CRF layer from segmentation? I tried to comment those layers but didn't seem to work?

Hi, While training on OS data, I get error while computing the confusion matrix. What could be the problem here? Any help would be highly appreciated. Thank you.

The assumption is that there 7000 images.. How to change to the actual number of images a user has.. I have 1085 images.. I get the below error: Check failed:...

Hi Seth, I am curious about what information does visual directory contain. This would be helpful to know as I want to train this model on a completely different dataset....