geoffwoollard / ece1512_project

0 stars 0 forks source link

make wrapper for architecture #6

Closed geoffwoollard closed 5 years ago

geoffwoollard commented 5 years ago

write downsampling code for

geoffwoollard commented 5 years ago

The deep consensus architecture repeats

The wrapper should take tuples of the kernel size param and filter depth param.

The user can build the model architecture and do model.summary() to check the number of trainable params.

Davjes15 commented 5 years ago

All the parameters can be customizable. The final layer should have 8X8X64 Depending on the size of the image user can decide to add extra layers to get the best result

Davjes15 commented 5 years ago

I made wrapper that you can customize

geoffwoollard commented 5 years ago

@Davjes15 please commit and push your code to the repo

Davjes15 commented 5 years ago

I just did it please let me know if you can see it

geoffwoollard commented 5 years ago

Yes, closing issue.