aleemsidra / ConvLoRA

This repository contains the pytorch code for our ISBI 2024 paper "ConvLoRA and AdaBN Based Domain Adaptation via Self-Training".
MIT License
52 stars 3 forks source link

ModuleNotFoundError: No module named 'dpipe' #3

Open supy0001 opened 3 weeks ago

supy0001 commented 3 weeks ago

How to install dpipe? I tried to pip install dpipe but failed. I'm really interested in lora on conv. Could you please show the requirements?

aleemsidra commented 3 weeks ago

Hi @supy0001! Thank you for pointing out, I have put it in now the main repository. You can install dpipe using the following:

git clone https://github.com/neuro-ml/deep_pipe.git
cd deep_pipe
git checkout 5c08d5759d51c0731cc636c2866bb3a538ffab7a
pip install -e .