ctlearn-project / ctlearn

Deep Learning for IACT Event Reconstruction
BSD 3-Clause "New" or "Revised" License
52 stars 43 forks source link

implement VGG structure #134

Closed LucaRomanato closed 4 years ago

LucaRomanato commented 4 years ago

we can define multiple conv layers before a maxpool layer like a VGG structure

TjarkMiener commented 4 years ago

Thanks @LucaRomanato for opening the PR. The changes to the basic.py look good to me! Could you please update the example_config file accordingly? I will have some GPU time next week to test a VGG model.