Garima Agrawal

Results 8 issues of Garima Agrawal

Get this error when I run the code --> data.show_batch(rows=3, figsize=(7,8)) RuntimeError: b should have at least 2 dimensions, but has 1 dimensions instead This is complete error: RuntimeError Traceback...

Hi, I am getting error with .mask.tga. I tried to create .mask.tga manually and I got this error. Please suggest. Thanks Attempted to access mask(341,241); index out of bounds because...

I m getting below error when trying to run train.py Traceback (most recent call last): File "train.py", line 190, in main(sys.argv) File "train.py", line 177, in main train(dataset_train, dataset_val, FLAGS.weights,...

when I debug it says Debug_OpenCV_x86.props not found. where can I get this?

got this error while running W tensorflow/core/framework/op_kernel.cc:1401] OP_REQUIRES failed at save_restore_v2_ops.cc:109 : Not found: Failed to create a NewWriteableFile: experiments\All\dropout_0.5\epochs_200\lr_0.001\residual\depth_2\linear_size1024\batch_size_64\no_procrustes\maxnorm\batch_normalization\not_stacked_hourglass\predict_17\checkpoint-24371.data-00000-of-00001.tempstate14109936691770814557 : The system cannot find the path specified. ; No...

# We create a databunch with all the data in the training set and no validation set (DatasetFormatter uses only the training set) db = (ImageItemList.from_folder(path) .no_split() .label_from_folder() .transform([crop_pad, crop_pad],...

hi when I run this part loaded_graph=tf.Graph() with tf.Session(graph=loaded_graph) as sess: loader=tf.train.import_meta_graph('./encode_model.meta') loader.restore(sess,tf.train.latest_checkpoint('./')) inputs_=loaded_graph.get_tensor_by_name('Placeholder:0') recon=loaded_graph.get_tensor_by_name('decoder/recon:0') batch_x = get_batch(len(configfiles,6, batch_size=10) #show_reconstructed(sess,batch_x,recon) I get the error. Please suggest a solution. INFO:tensorflow:Restoring parameters...

Hi I would like to test with other models given like cmu, mobilenet large and small. I tried with passing the argument from conda prompt like PoseEstimationSimpleApp.exe graph_opt.pb but it...