Replies: 11 comments 40 replies
-
Beta Was this translation helpful? Give feedback.
-
|
这里还有些数量关系需要梳理清楚。
9这个数字的来源是维度泛化会将一份旧样本产生9份新的样本。 |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
test/workspace_group_ranges_from_subgraph_sources 少了这个 |
Beta Was this translation helpful? Give feedback.
-
|
main() { } main 所以顺序应该是
|
Beta Was this translation helpful? Give feedback.
-
测试完毕
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
我感觉我们的整图子图关系数据整得有点拧巴,这个首要责任在我。我在想是不是存成一个关系型数据的表是不是就很清楚了。他的schema就是full_graph_relative_model_path:str, subgraph_relative_model_path:str, subgraph_start:int, subgraph_end: int |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
1、对于最原始的GraphNet/graph_net/tools/generate_subgraph_dataset.sh代码,无任何修改,运行失败 如果cumsum_num_kernels_generator从子图上分析,分析出切分点,那我的fusible_subgraph_ranges_generator就应该根据切分点划分出整图的range范围,也就是samples/ultralytics/yolov3-tinyu下有一个切分文件而不是samples/timm/mobilenetv4_conv_aa_large.e230_r384_in12k/_decomposed/mobilenetv4_conv_aa_large.e230_r384_in12k_start108_end156_2 下有一个文件 修复PR:#617 2、修复以后可以在原版GraphNet/graph_net/tools/generate_subgraph_dataset.sh运行 ===================================================== ==================================================== |
Beta Was this translation helpful? Give feedback.



















Uh oh!
There was an error while loading. Please reload this page.
-
目前维度泛化相关的功能砖块有:
grpah_net.json里的dim_gen_pass字段tools/init_input_tensor_constraints.shtools/statisticize_in_tensor_symbolic_shapes.shtools/apply_dim_gen_passes.shtest/shape_propagator_test.shtest/subgraph_input_producer_indexes_generator_test.shtest/subgraph_input_shapes_naive_rewriter_test.shBeta Was this translation helpful? Give feedback.
All reactions