NickleDave / visual-search-nets

neural network models of visual search behavior
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

fix how AbstractTrainer and tester apply sigmoid #60

Closed NickleDave closed 4 years ago

NickleDave commented 4 years ago
NickleDave commented 4 years ago

both classes now modified to always apply sigmoid when computing multi-label predictions

less of an issue since for VOCDetection dataset we now compute all the predictions + metrics, no need to distinguish which one we're computing

and as the issue says, it is explicit -- behavior depends on loss function, not on size of of output of network

so this issue got resolved another way. closing