Ming-Hsuan-Tu

Results 77 issues of Ming-Hsuan-Tu

Init teacher weight by default ## Motivation Before this PR, we can only load the weight of teacher if we provide `teacher_ckpt`. And we can't specify the `map_location` to cpu...

### Version 1.21 ### Describe the bug. I used the code from tutorial to train ImageNet (https://github.com/NVIDIA/DALI/blob/main/docs/examples/use_cases/pytorch/resnet50/main.py) , I have six 1080ti gpus. However, the memory comsumption of 6th gpu...

bug

https://github.com/IrvingMeng/MagFace/blob/main/models/iresnet.py#L37 is this important?

Hi, How to create nbla::Array in the c extension and return it to python side? for example with numpy we can do ```cpp #include #include static PyObject* create_numpy_array(PyObject* self, PyObject*...

### Instructions Thank you for submitting an issue. Please refer to our [issue policy](https://www.github.com/voxel51/fiftyone-examples/blob/master/ISSUE_POLICY.md) for information on what types of issues we address. **Please fill in this template to ensure...

enhancement

Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand...

hi, hi, I use gradle to run my program. ``` // Apply the java plugin to add support for Java apply plugin: 'java' apply plugin: 'application' mainClassName = "com.my.impala.fetcher.Fetcher" //...

When are you going to release structured pruning?

Can you provide the implementation for sementaic segmentation? I am wodering how you split the feature map to fit MLP. thank you.

Does Anyone get improved performance with this implementation?