Luiz Andrade
Luiz Andrade
### Description I've just learnt about Torchgeo and got interested in using it. So, I created a Kaggle notebook to test it with NAIP and Chesapeake data ([Torchgeo 101](https://www.kaggle.com/luizclaudioandrade/torchgeo-101)). When...
I made a version in PyTorch Lightning (based on your work) using a diferente Patch Discriminator. My results tend to be more "conservative" than yours. Your implementation outputs more colorful...
O botão Export to XML não está funcionando. Para replicar, basta adicionar uma classe no visualizador e clicar no botão. Estou usando o Safari Versão 16.3 (18614.4.6.1.6) e o macOS...
I’m working with meteorological data. What would be the best approach for choosing kind? Other thing, I’m comparing the results with nolds.hurst_rs and the results are quite different. How to...
I'm trying to analyze meteorological data with Nolds, using Hurst (R/S, DFA and GHE) with this code: ``` def compute_Hurst(self): hurst_dict = {} # Computing Hurst using nolds package self.data["T2M"]...
I have a time series of meteorological data. I'm trying to compute lyap_r with this code: ``` lyap_r = nolds.lyap_r(self.data[self.variable]) ``` But I get this error: ``` Traceback (most recent...