fungtion / DANN_py3

python 3 pytorch implementation of DANN
MIT License
511 stars 100 forks source link

救命!帮帮我! #14

Open yjyjjy opened 6 months ago

yjyjjy commented 6 months ago

我想做可以检测森林火灾烟雾的DAN模型,那我是不是需要更换源域数据集呀,更换源域数据集的话都需要改什么部分呀

asxsax commented 6 months ago

Source has to be changed obv to your dataset.

All preprocessing needs to be changed depending on your dataset, so dataloader, and most likely train test functions.

Model parameters need to be changed if your input is diff. shape, etc.