Workbench for Deep Learning on network datasets
Reason this release was yanked:
test release
Project description
Python env setup load python 3.8 module in SLURM - module load python/3.8.18 (verify the version using "module avail" command)
use "poetry config virtualenvs.in-project true" to install - "poetry install"
activate virtual environment created by poetry in the project directory source .venv/bin/activate
https://pytorch-geometric.readthedocs.io/en/latest/install/installation.html
poetry config repositories.torch-wheels https://data.pyg.org/whl/torch-2.2.0+cpu.html
poetry source add torch-wheels https://data.pyg.org/whl/torch-2.2.0+cpu.html
if using slurm jobs, create directory for logs using mkdir logs
jupyterlab setup details can be found at https://jejjohnson.github.io/research_journal/tutorials/remote_computing/vscode_jlab/
docs setup
mkdir docs cd docs sphinx-quickstart -- update conf.py
from project directory sphinx-apidoc -o docs/source/ graphxl/ sphinx-build -b html docs/source docs/build
from docs directory ./make.sh html
from docs/build directory python -m http.server to run the docs server locally
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file graphxl-0.1.0a0-py3-none-any.whl
.
File metadata
- Download URL: graphxl-0.1.0a0-py3-none-any.whl
- Upload date:
- Size: 69.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d2e1183c66c3cadbe1f3c4ced9a0fb35b9425e8e88b8f0c5d6fc9828c9e10dd |
|
MD5 | ba7f771a12a7ee93d38f592caf48b72c |
|
BLAKE2b-256 | c73114478d60ff9bdeee3a951be5515a2d22dd55066eddf04208b5f0bd38e95e |