Zayn Patel

Results 8 comments of Zayn Patel

@Aang23 - Did you ever get this working? My current setup is: - [Yaesu rotor controller](https://www.yaesu.com/indexVS.cfm?cmd=DisplayProducts&ProdCatID=104&encProdID=79A89CEC477AA3B819EE02831F3FD5B8) - Hamlib script that's defining /dev/tty ports which the rotor is connected to -...

Hi @machow - I am happy to work on adding this example to the docs. In the [pandas styler docs example you shared](https://pandas.pydata.org/docs/user_guide/style.html) they build everything with CSS/specific pandas table...

Hi @donhuvy - I ran the same code you provided (in a .py file and an .ipynb notebook) and got the following output: ``` [('This', 'PRON'), ('is', 'AUX'), ('a', 'DET'),...

Hi Caleb, Adam, thanks for the prompt response. I have two EC2 instances where I've downloaded the same dataset so I've run `md5sum BigEarthNet-S2-v1.0.tar.gz` on both of them. The instance...

@isaaccorley, @calebrob6: Below is a table comparing the two EC2 instances and their file characteristics (after running `df -H .` and other commands). Again, I am using the function [at...

@isaaccorley, @calebrob6: When I run: ```Python def get_bigearth_dataset(split: str) -> None: path = os.path.abspath(".") torchgeo.datasets.BigEarthNet(root=path, split=split, bands='s2', num_classes=43, download=True) return get_bigearth_dataset('val') ``` I get the same data as the `train`....

Hi Adam, I was seeing the issue as of August 17. I have terminated the AWS instance since then and would need to reproduce the issue again.

Wonderful, as I spend more time with the package would you mind if I opened a PR with some updates?