If during the training phase we have used the combination of 2 pre-trained CNN and we have concatenated them, what changes do we have to perform in model.py?
Because when submitting on the competition, the file is 0 byte, seems empty
I would put both the models into your submission file. For the 0 bytes, I do not know which is the problem, there are no limit constraints for this competition.
Posted by: an2dl.competitions @ Nov. 14, 2023, 5:08 p.m.My problem here is that i do not have 2 concatenated models, but 2 concatenated layers, which are the 2 pre-trained networks, in the same model
Posted by: EmanueleBenati @ Nov. 15, 2023, 12:03 p.m.