question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

installation isn't working

See original GitHub issue

I tried to install the package via ‘pip install torchlars’ and got an empty directory of torchlars (0.0.0)

I clone the repo and ran manually: ‘python setup.py install’. I got a compilation error:

1 error detected in the compilation of 1 error detected in the compilation of "C:/Users/echlon/AppData/Local/Temp/tmpxft_00000f94_00000000-10_adaptive_lr_cuda.cpp1.ii".
error: command 'C:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v10.0\\bin\\nvcc.exe' failed with exit status 1

i have pytorch 1.2 and python 3.7 on windows.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
mrT23commented, Oct 7, 2019

thanks for the support guys, it now works 😃

I was able to train Resnet with batch size of ~40,000 with SGD to 76% (lr==12). I am curious to see if LARS can give an improvement in terms of accuracy/run-time

good job on the package.

0reactions
WOWNICEcommented, Aug 2, 2020

I failed intalling the package as the following error message. btw, does this implementation skip ‘bn’ layer and ‘bias’ layer? as suggested here: https://github.com/pytorch/pytorch/issues/18414

RuntimeError: Error compiling objects for extension

ERROR: Failed building wheel for torchlars

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to troubleshoot Windows Installer errors - Microsoft Support
Click Start windows icon · Right-click Windows Installer, and then click Properties. · If the Startup type box is set to Disabled, change...
Read more >
Unable to Install Apps or Software on Windows? Here's What ...
1. Reboot Your Computer · 2. Check App Installer Settings in Windows · 3. Free Up Disk Space on Your PC · 4....
Read more >
Windows Installer not working properly in Windows 11/10
2] Start the Windows Installer Service ... In the Run prompt, type MSIExec, and then press Enter. If you get the Windows Installer...
Read more >
Here's How To Fix Windows Installer Not Working
Press Win + R and type in services.msc to launch Windows Services Manager. · Scroll to Windows Installer and right-click on it, click...
Read more >
Fix an installed Android app that isn't working - Google Support
Step 1: Restart & update · Open your phone's Settings app. · Near the bottom, tap System and then Advanced and then System...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found