The Wayback Machine - https://web.archive.org/web/20220323211304/https://github.com/topics/efficient
Skip to content
#

efficient

Here are 165 public repositories matching this topic...

Nim
MichalMarsalek
MichalMarsalek commented Dec 16, 2021

On Windows, when stack size limit is exceeded, the program ends with "Error: execution of an external program failed" with no details provided. For noobies like me, it might be helpful if the compiler gives some indication of why that is.

The simplest would be to create a warning when a single large array is defined in the code.
More advanced solution would take the combined the sizes of diffe

LDSpits
LDSpits commented Oct 10, 2020

When using dua i on windows 10 I noticed that I did not see any highlight on the currently selected item.

I was using dua with Microsoft Terminal + Powershell Core 7. One specific thing I noticed when attempting to run this directly on the Powershell 7 shell is that the currently selected item has a slightly whiter text, but still no selection (inverted color on the current item).

bel

help wanted good first issue windows-support
RudyChin
RudyChin commented Jun 25, 2020

Hi Jiahui,

Thanks for the great work. I'm trying to reproduce AutoSlim for CIFAR-10 (Table 2).
Could you please provide a detailed hyperparameter you used for it?

I'm able to train the baseline MobileNetV2 1.0x to 7.9 Top-1 error using the following hyperparameters:

  • 0.1 initial learning rate
  • linear learning rate decay
  • 128 batch size
  • 300 epochs of training
  • 5e-4 weight decay
good first issue

Reference ImageNet implementation of SelecSLS CNN architecture proposed in the SIGGRAPH 2020 paper "XNect: Real-time Multi-Person 3D Motion Capture with a Single RGB Camera". The repository also includes code for pruning the model based on implicit sparsity emerging from adaptive gradient descent methods, as detailed in the CVPR 2019 paper "On implicit filter level sparsity in Convolutional Neural Networks".

  • Updated Jul 23, 2020
  • Python

Improve this page

Add a description, image, and links to the efficient topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the efficient topic, visit your repo's landing page and select "manage topics."

Learn more