sten
1.0.0
Sten은 Pytorch 1.11에서 현재 구현 (Torch.sparse)에서 답변되지 않은 다음 질문을 해결하는 것을 목표로합니다.
git clone https://github.com/spcl/sten.git
cd sten
python -m venv venv
source venv/bin/activate
pip install .
python tests/test_api.py
pip install sten
핵심 구현은 sten.py에 있습니다. Jupyter 노트북 예제는 예제 디렉토리에 있습니다. 더 많은 예제는 테스트 디렉토리에서 테스트 형태로 찾을 수 있습니다. 프로젝트 루트에서 pytest
호출하여 테스트를 실행할 수 있습니다.