Jacqueline Outka
Jacqueline Outka
> Can we run it on CPU for the AMD fanboys? You can - https://github.com/lucidrains/deep-daze/issues/154#issuecomment-949205750 - if it does not find CUDA, it will just default to using the CPU...
Unfortunately, it doesn't look like AMD is really officially supported at the moment for this project, since there doesn't appear to be OpenCL integration yet. See here - https://github.com/lucidrains/deep-daze/issues/154#issuecomment-949205750 -...
interesting idea! would be happy to look into this sometime
I think from your rewording that you have misunderstood the original meaning. I interpreted it like this: it's important to write concise code and avoid boilerplate and unnecessary wordiness. However,...
That makes sense. Also, going against my earlier comment, I think, @rshipp, that your re-wording is in fact a clearer way to express the point the author was trying to...
Are there any updates on this? I would like to integrate convoy into an existing project using docker-compose.
@jtrein we'd love your help with this project whenever you're looking for a new task
I've gotten past that error and on to a later one: ``` ✖ Starting dotdocker-dnsmasq → (HTTP code 500) server error - driver failed programming external connectivity on endpoint dotdocker-dnsmasq...
Thanks for the correction!
Try using [2to3](https://docs.python.org/3.6/library/2to3.html) to convert the script from Python 2 to 3 (worked for me when getting the same error). To make the changes persistent: `2to3 crop_morphology.py -w`