tensorspace
tensorspace copied to clipboard
Construct network examples
More network examples build with Tensorspace, add interesting examples to "examples" folder:
- [x] Resnet 50
- [ ] Dense net
- [x] Acgan generative model
- [ ] pix2pix - Picture style transfer
- [ ] Yolo v3-tiny
- [x] Mobilenet v1
- [x] Inceptionv3
- [ ] SqueezeNet
- [ ] ...
ResNet50 added (#23). Need to be reviewed and completed.