David Bau

Results 29 comments of David Bau
trafficstars

Sorry about this. I don't know a workaround either. For now maybe the right solution is just to run a notebook on your own computer (the same notebook woks on...

The env sets up CUDA_HOME, because pytorch uses that to find the `nvcc` compiler (which isn't included with conda's installation of cuda, but which is included in nvidia's standard cuda...

For the segmenter to work, you need to be able to JIT compile pytorch modules, which means that you need a bunch of dependencies. The conda environment described here works...

Makes sense. Re: feature requests, when I get an email, instead of just emailing back, I also open an issue and invite them to comment or contribute. On Tue, Mar...

Example open-source county-level interaction. http://bl.ocks.org/stevenae/8362841

API for a map "component" in the app might look like this. On construction ideally - Put the map inside a div, identified as a dom element or by id...

Ouch. My students on pencilcode.net have been running into this issue. Max, any hints or guidance on where in the code to look to fix the problem? Happy to try...

A quick look at the metadata reduces the number of current papers in the CORD-19 corpus quite a bit. Of the 63000+ papers, only 13630 were published in 2020. Data...

Agreed that variables should not be shadowed because of use in defer. Just ran into this as well. val = 10 do -> console.log val await read defer val Expect:...

Pull request welcome! On Thu, Oct 1, 2020, 7:17 AM Jim Fisher wrote: > Example: https://github.com/jameshfisher/tfjs-seedrandom-es-module-bug > > — > You are receiving this because you are subscribed to this...