StanHatko

Results 63 comments of StanHatko

Could you please implement this? I've found a way to eliminate the need for certain temporary files in the sampling and training process (thereby greatly reducing disk usage), but difficulties...

As I understand it, this GitHub is designed for issues with the AAW platform itself as opposed to debugging code / methodology for specific use cases (unless that code should...

On https://github.com/StatCan/daaas/issues/1001 this is marked as completed (checked off), but this issue is still open. Should the issue be closed or was it checked off by mistake?

On https://github.com/StatCan/daaas/issues/1001 this is marked as completed (checked off), but this issue is still open. Should the issue be closed or was it checked off by mistake?

The notebook server npb1 is still shutting down, even now.

What was the command you used? I know I used -c multiple times for multiple channels (like -c pytorch -c conda-forge) and it worked for me on an internet connected...

Yes that command worked for me in a newly created mostly-empty environment: ``` conda create -n testenv1 ipython numpy conda activate testenv1 conda install torchaudio -c http://jfrog-platform-artifactory-ha.jfrog-system:8081/artifactory/api/conda/conda-pytorch-remote ``` Here is...

The following command worked for me, to create a torch environment with a bunch of other packages as well: ``` conda create -n torchenv python==3.8.* ipython fastparquet fiona gdal geopandas...

If we can accept the "-c http://jfrog-platform-artifactory-ha.jfrog-system:8081/artifactory/api/conda/conda-pytorch-remote" as being necessary for PyTorch, then I think the issue is done, we can close it. We just need to add that to...

The problem is on line 326 of the api.py file (https://github.com/yannforget/landsatxplore/blob/master/landsatxplore/api.py) with the error handler `except parser.ParserError:`. The problem is now Python sometimes throws a different exception that is not...