Results 57 comments of Elliot Hallmark

In the Dockerfile, you have to set the CUDA and CUDNN versions such that it pulls a base container compatible with your graphics card, and you have to set the...

I have only run it with python 2. I don't think there is much if any python 2 specific code in it. One thing I don't know is if the...

In the same directory as setup.py, do ``` pip install -r requirements.txt pip install -e . ``` The e flag means install it in developer mode, so changes you make...

Sounds good! I see now that you are correct about map and zip. Sorry.

Thanks, I'll take a look at it probably on Thursday. On Mon, Oct 24, 2016 at 1:32 AM, chemsed [email protected] wrote: > I couldn't make the add-delete.py script work correctly....

Yeah you're right. Looks like the endpoints aren't handled correctly. The implementation also doesn't specify if the start needs to be repeated at the end. It should expect it one...

Build_thresholds is called on init and you don't need to mess with it. From_threshold only takes one argument, the smallest area you want to keep. To get an idea of...