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

dpipe package #2

Closed bmedocHUANG closed 4 months ago

aleemsidra commented 4 months ago

You can install dpipe as follows:

git clone https://github.com/neuro-ml/deep_pipe.git
cd deep_pipe
git checkout 5c08d5759d51c0731cc636c2866bb3a538ffab7a
pip install -e .
bmedocHUANG commented 4 months ago

Thanks for your reply, and I have found this package and fixed this problem. Thanks again, best wishes!