Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Latest commit

 

History

History
 
 

README.md

Symbol

This fold contains definition of various networks. To add a new network, please use the following format.

Python

  • A file implements one network proposed in a paper, with the network name as the filename.
  • Mention the paper and the modifications made if any at the beginning of the file.
  • Indicate how to reproduce the accuracy numbers in the paper if it is not straightforward
  • Provide a function get_symbol() that return the network