installation isn't working
See original GitHub issueI 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:
- Created 4 years ago
- Comments:7 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
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