- Install tensorflow, version v1.0 is required.
- Set some environs:
export PATH=PATH_TO_TENSOR_ARTIST/bin:$PATH
export TART_DIR_DATA=PATH_TO_DATA_DIR
export TART_DIR_DUMP=PATH_TO_DUMP_DIR
- Goto examples/xxx and run:
tart-train desc_xxx.py -d cpu
- All experiments description contained in a single file.
- All parameters stored in global storage, called "core.Environ"
- All training/testing process based on a container, called "nn.Env"
A good example is better than a thousand-line documentation, feel free to check examples/ to see how it works.
Contributors:
- Honghua Dong @dhh1995
And other open-source framework authors, including:
- Tensorpack(https://github.com/ppwwyyxx/tensorpack) by Yuxin Wu @ppwwyyxx