https://github.com/Microsoft/EdgeML
173
I recommend adding host helper scripts for each of the commands BonsaiTrain, BonsaiPredict, ProtoNNTrain, ProtoNNPredict like
#!/bin/bash
docker run -v $(pwd):/workspace -w /workspace edgeml:latest /EdgeML/BonsaiTrain "$@"
Note: couldn't build on docker cloud without exausing memory or g++-5: internal compiler error. Had to max out all docker resources to successfully build locally
Content type
Image
Digest
Size
1.7 GB
Last updated
over 8 years ago
docker pull jacobrosenthal/edgeml