Skip to content

Commit

Permalink
🐞 fix(修改了 printk 包的名字): 修改了包的名字,让安装和包名一致
Browse files Browse the repository at this point in the history
  • Loading branch information
bruce1408 committed Mar 6, 2024
1 parent 7c16dfe commit 985e18e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Colorful_Print/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
long_description_content_type='text/markdown',
# package information

name="printcolorful",
version="0.2.6",
name="printk",
version="0.2.7",
packages=find_packages(),
description="A colorful print tool for python",
author="bruce_cui",
Expand Down
4 changes: 2 additions & 2 deletions Tools/onnx_model_convert_onnxSimplify.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ def print_onnx_input_output(model_path):
print("Shape:", shape, "Type:", onnx.TensorProto.DataType.Name(data_type))

if __name__=="__main__":
model_path = "/Users/bruce/Downloads/8620_deploy/swin_tiny_patch4_window7_224_224_elementwise_affine.onnx"
# model_path = "/Users/bruce/Downloads/8620_deploy/Laneline/models/epoch_latest_0302.onnx"
# model_path = "/Users/bruce/Downloads/8620_deploy/swin_tiny_patch4_window7_224_224_elementwise_affine.onnx"
model_path = "/Users/bruce/Downloads/8620_deploy/Laneline/models/epoch_latest_0304.onnx"

onnx_simplify(model_path)
# print_onnx_input_output(model_path)
Expand Down

0 comments on commit 985e18e

Please sign in to comment.