Installation
Clone the repository.
git clone https://github.com/AshrithSagar/Classification-Fungal10x.git cd Classification-Fungal10xOptionally, create a virtual environment and activate it.
python3 -m venv .venv source .venv/bin/activateOr use
condato create a virtual environment.conda create --name clfx python=3.9 conda activate clfxInstall the required packages.
pip install -r requirements.txt
Additional loss functions
Used by model CLAM.
(Preferably install it somewhere outside the project directory.)
git clone https://github.com/oval-group/smooth-topk.git
pip install smooth-topk/Last updated
Was this helpful?