Installation
git clone https://github.com/AshrithSagar/Classification-Fungal10x.git cd Classification-Fungal10xpython3 -m venv .venv source .venv/bin/activateconda create --name clfx python=3.9 conda activate clfxpip install -r requirements.txt
Additional loss functions
git clone https://github.com/oval-group/smooth-topk.git
pip install smooth-topk/Last updated