chrisdcs / LAMA-Learned-Alternating-Minimization-Algorithm

11 stars 1 forks source link

pretrain network #3

Open chenjun150 opened 8 months ago

chenjun150 commented 8 months ago

Dear Professor: I noticed that the CNN was pre-trained when you trained, can I replace this network with another network, and will replacing the CNN optimize the model?

chrisdcs commented 8 months ago

You can replace the CNN with anything else, but you must retrain LAMA because your input data changes. Otherwise, it won't work.