Leo Dinendra

Results 6 comments of Leo Dinendra

can we rescale the size?

I'll see if I can do this for sprint..

> By the way, you used image size(200, 200) using PSPnet. I don't know your dataset, but PSPnet needs a bigger size than other networks because the network has a...

> > > I added dataload script and fixed all the existing bugs which make it compatible with the latest pytorch version. For anyone who wants to give it a...

yes, can confirm, mine stops too using `explain_level=2` , other than that is fine. only EDA folder and stop at making a distribution plot on each columns..

@576dhunu @ThomasMGeo , I managed to make it run after using `segpy=2.1.0` with the following command. ``` filename = "Seismic_data.sgy" with open(filename, 'rb') as segy: segy_reader = segpy.reader.create_reader(segy) data =...