adapt
adapt copied to clipboard
Can your adapt DA algorithm accept Pytorch network model as base estimator?
many materials science ML models are written with Pytorch instead of Tensorflow.
If not, what can we do?
Hi @usccolumbia,
Sorry, but Adapt does not work with Pytorch. However, there exists a lot of domain adaptation library tailored for Pytorch, as for instance:
- https://github.com/thuml/Transfer-Learning-Library
- https://github.com/KevinMusgrave/pytorch-adapt
You can find other refrences here: https://arxiv.org/pdf/2107.03049.pdf (Table 1)