jeffhu1

Results 5 comments of jeffhu1

``` package main import ( "fmt" "gonum.org/v1/hdf5" ) func main() { f, _ := hdf5.OpenFile("myFile.h5", hdf5.F_ACC_RDONLY) myDataset, _ := f.OpenDataset("mydataset") dtype, _ := myDataset.Datatype() // this aliases to the general...

Seconded, would also like to get this merged!

I agree, would love to see a progress bar

So I installed my version using "pip install imgdl" and it didn't work. I proceeded to install a fork of this repo [1] with "python setup.py install", and it asked...