Sudipta Basak
Sudipta Basak
reference pixel calculation has been there for a while and recently updated to match that of Matlab's reference pixel calculation. Discuss with MG before closing.
Specifically look at the changes in these functions: ``` refpixel._step refpixel.ref_pixel tests/test_refpixel.test_refnxy_step_1 ```
Matt and I agreed to close this.
As a minium we need some ISCE format Interferograms and DEM, and the corresponding metadata/header files. @LuyenKhacBui, please share some sample files.
I have this problem too. Any known solution?
Anyone has this reference who would be kind enough to send me a copy of the relevant pages to my personal email? `VESPER is a PC-Windows program developed by the...
> rbm = BernoulliRBM() > rbm= rbm.fit(X_train) > F_train = rbm.transform(X_train) > F_test = rbm.transform(X_test) > > classifier = LinearSVC() > classifier.fit(F_train, train_t) I do this following the sklearn example...
Set up the grid search in # 915fedf9dd. I need to run it now.
data is only downloaded once as I just use the functions from the `rbm_datasets.py`. It's not downloaded again if the data is found in the `../data/` dir. Did you notice...