Zaheer Babar, PhD
Zaheer Babar, PhD
Any One implemented beam search with this code?
Hi... I have a a bundle of images (without labels) and I want to fit this model as pre-trained model on that dataset. Later on I want to extract feature...
I have images with one channel. when I change the INPUT_CHANNELS = 1 and then load weights its gives following error ValueError: Dimension 0 in both shapes must be equal,...
Hi. I am trying to run data_loader.py for 102flowers dataset. While pickling it can dump all objects except images_train_256 and gives error as "invalid argument". I don't know why its...
I am trying to predict labels (using pertained weights) for some random chest xray images. But it always predicts third class. I don't know if the implementation is working or...
Hi when I open the link for images pnd pair .zip it asks for extraction code. Could you help me please.
which file to call for MRNA because in train.py it call cnn_hier_rnn_model. And if I look for MRNA implementation I could not get a clue
is there any TensorFlow base code available for this model?... I found one but that does lack some core properties
I want to run this on my own dataset.... is there any kind of specific format it needs? How to prepare dataset? What is the Flow of this code? Any...