File size: 225 Bytes
5fa1a76
 
 
 
 
1
2
3
4
5
└── resnet_model
    ├── __init__.py
    ├── configuration_resnet.py
    └── modeling_resnet.py
The __init__.py can be empty, it's just there so that Python detects resnet_model can be use as a module.