radhesyam

Results 4 issues of radhesyam

in Running SSRN_IN.py the following error encountered from Utils import zeroPadding, normalization, doPCA, modelStatsRecord, averageAccuracy, ssrn_SS_IN since Utils is folder i am getting import error

1. in [16] X,pca = applyPCA(X,numPCAcomponents) numPCAcomponents is 30 but applyPCA function takes numComponents=75 Please give difference between numPCAcomponents and numComponents Also how standartizeData function is used in the project

In TrainTheModel file Line number [5] # Reshape into (numberofsumples, channels, height, width) X_train = np.reshape(X_train, (X_train.shape[0],X_train.shape[3], X_train.shape[1], X_train.shape[2])) --------------------------------------------------------------------------- IndexError Traceback (most recent call last) in () 1 #...

I am trying to implement Deep Learning for Land-cover Classification in Hyper spectral Images In CNN_feed.ipynb file line number-9 run_training() function the following error encountered UnrecognizedFlagError: Unknown command line flag...