ColossalAI/colossalai/auto_parallel/tensor_shard/node_handler
Frank Lee 993b8875b6
[autoparallel] handled illegal sharding strategy in shape consistency (#1744)
* [autoparallel] handled illegal sharding strategy in shape consistency

* polish code
2022-10-20 12:06:25 +08:00
..
strategy [autoparallel] handled illegal strategy in node handler (#1743) 2022-10-19 17:08:52 +08:00
__init__.py [autoparallel] refactored the autoparallel module for organization (#1706) 2022-10-14 13:27:00 +08:00
batch_norm_handler.py [autoparallel] resnet block runtime apply (#1709) 2022-10-17 13:37:38 +08:00
conv_handler.py [autoparallel] handled illegal sharding strategy in shape consistency (#1744) 2022-10-20 12:06:25 +08:00
dot_handler.py [autoparallel] handled illegal sharding strategy (#1728) 2022-10-19 12:53:06 +08:00
getitem_handler.py [autoparallel] refactored the autoparallel module for organization (#1706) 2022-10-14 13:27:00 +08:00
layer_norm_handler.py [autoparallel] refactored the autoparallel module for organization (#1706) 2022-10-14 13:27:00 +08:00
node_handler.py [autoparallel] handled illegal sharding strategy in shape consistency (#1744) 2022-10-20 12:06:25 +08:00
normal_pooling_handler.py [autoparallel] refactored the autoparallel module for organization (#1706) 2022-10-14 13:27:00 +08:00
output_handler.py [autoparallel] refactored the autoparallel module for organization (#1706) 2022-10-14 13:27:00 +08:00
placeholder_handler.py [autoparallel] refactored the autoparallel module for organization (#1706) 2022-10-14 13:27:00 +08:00
registry.py [autoparallel] refactored the autoparallel module for organization (#1706) 2022-10-14 13:27:00 +08:00
reshape_handler.py [autoparallel] resnet block runtime apply (#1709) 2022-10-17 13:37:38 +08:00
unary_elementwise_handler.py [autoparallel] refactored the autoparallel module for organization (#1706) 2022-10-14 13:27:00 +08:00
where_handler.py [autoparallel] refactored the autoparallel module for organization (#1706) 2022-10-14 13:27:00 +08:00