From c1ae5dd3a09b5c0ea258f8cb816d71d978ca3bf0 Mon Sep 17 00:00:00 2001 From: Dmitry Yunitsky Date: Mon, 28 Oct 2019 13:10:15 +0300 Subject: [PATCH] Fix outdated link to base_converter.py. (#544) --- docs/development/data_format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/data_format.md b/docs/development/data_format.md index 83ea17c5..ad21ce38 100644 --- a/docs/development/data_format.md +++ b/docs/development/data_format.md @@ -38,7 +38,7 @@ Based on these conditions, We partition the ops into 3 categories. By default, the operators not in either `FixedDataFormatOps` or `TransposableDataFormatOps` are listed in `SourceDataFormatOps`. -For detailed information, you could refer to [code](https://github.com/XiaoMi/mace/blob/master/mace/python/tools/converter_tool/base_converter.py). +For detailed information, you could refer to [code](https://github.com/XiaoMi/mace/blob/master/tools/python/transform/base_converter.py). Data Format in Operator -- GitLab