RELEASE requirements?
See original GitHub issueHi,
When doing:
conda install pytorch torchvision -c pytorch
pip install -i https://test.pypi.org/simple/ kymatio
then cloning the corresponding release, and doing pytest
, I have tons of errors that are evidences that none of the requirements.txt packages are installed. Actually, this makes me think we should have a pip for the GPU version(like pip install kymatio-gpu
)?
https://github.com/kymatio/kymatio/blob/master/requirements.txt
Issue Analytics
- State:
- Created 5 years ago
- Comments:12
Top Results From Across the Web
Release Requirements Definition | Law Insider
Release Requirements means the Executive's execution and acceptance of the terms and conditions of, and the effectiveness of the Release and the expiration...
Read more >Requirements for a Valid Release
In order for it to take effect, a release must be supported by adequate consideration. Provided something of value is received, the consideration...
Read more >release | Wex | US Law | LII / Legal Information Institute
San Diego Unified School District stated the requirement that “[a] valid release must be simple enough for a layperson to understand and additionally...
Read more >Requirements and Release Planning - TechDocs
Comprehensive requirements, releases, and release plans help you manage the delivery of projects, services, products, programs, applications ...
Read more >Reporting Requirements for Continuous Releases of ... - EPA
The Continuous Release Rule provides a reduced reporting option for facilities that release hazardous substances in a manner that is continuous, and stable...
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
ok. So I’ll edit such that:
pip install scikit-cuda cupy
replaces the requirements_cuda.txt
Yeah I’d rather go that route as well. It’s a little more work for us, but the users’ lives would be so much simpler. The question is whether we’d want to go PyTorch all the way and have “kymatio” and “kymatio-cpu”?