Tokenization for Tissue Sections
This is tested with Python 3.10. To install the latest development version, first activate your Python Environment and install this package in editable mode as follows:
pip install -e .The model training pipeline consists of the following steps:
- Build the dataset (see vqniche.dataset.in_memory_dataset_blob.py).
- Initialize the DataModule (see vqniche.dataloaders.in_memory_datamodule.py).
- Initialize the Model (see vqniche.models.vqgraph.py).
- Initialize the Logger, and Checkpoints, and Trainer (see vqniche.utils.initialize.py).
- Train the Model.
For questions and issues, please reach out to am84@sanger.ac.uk.