Xinyu Zhou

Results 15 issues of Xinyu Zhou

since you have borrowed lots of good features from coffee-script, how about the feature that invoke a function without parenthesis when it has argument(s), and with parenthesis when there is...

enhancement

``` cpp class A [static] a: int[1000] void func() a[1] = 2 int main() dummy: int = 5 ``` compiled to .h file ``` cpp #pragma once class A {...

how about adding something like: ``` cpp // list generation list := (i * i for i

enhancement

When loading model with `pretrained=False` set, it will route to https://github.com/lukemelas/EfficientNet-PyTorch/blob/master/hubconf.py#L34 : ```python model = _EfficientNet.from_name( model_name=model_name_, override_params={'num_classes': num_classes}, ) ``` which passes `override_params` to `from_name` method. However, in https://github.com/lukemelas/EfficientNet-PyTorch/blob/master/efficientnet_pytorch/model.py#L321...

# Change Log - Add an `autocrop.py` driver for batch processing on image folder. - Overrides `_roi_align.so` and `_roi_align.so` with corresponding CPU version. (I'm using a MAC without nvidia gpu...

- title auto-completion: e.g. - given title: Object count area graphs for the evaluation' - should complete to: 'Object count area graphs for the evaluation of object detection and segmentation...