Alex Labach
Alex Labach
The hparams for ResNet-32 seem to define an input layer with 16 filters followed by stacks of layers with 32, 64, and then 128 filters: https://github.com/for-ai/TD/blob/master/hparams/resnet.py#L12 This doesn't match the...
Would be nice and easy to add. Not a high priority, but could make it easier to give a minimum node version that meta-marked is known to work with.
Good for future-proofing and to get rid of non-standard code in meta-marked.js
I think switching to execFile should have fixed simple code injection issues. It's unclear to me whether this module should be expected to be secure with untrusted input, especially when...