iskyo0ps / compiler101_gpt_generated

Apache License 2.0
0 stars 0 forks source link

SWDEV-20240823-02 - Deprecation Warnings in PyTorch and TVM #2

Closed iskyo0ps closed 3 months ago

iskyo0ps commented 3 months ago

/home/bb/miniconda3/envs/nv/lib/python3.10/site-packages/torchvision/models/_utils.py:208: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and may be removed in the future, please use 'weights' instead. warnings.warn( /home/bb/miniconda3/envs/nv/lib/python3.10/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or None for 'weights' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing weights=ResNet18_Weights.IMAGENET1K_V1. You can also use weights=ResNet18_Weights.DEFAULT to get the most up-to-date weights. warnings.warn(msg) /home/bb/miniconda3/envs/nv/lib/python3.10/site-packages/tvm/target/target.py:306: UserWarning: target_host parameter is going to be deprecated. Please pass in tvm.target.Target(target, host=target_host) instead. warnings.warn( /home/bb/miniconda3/envs/nv/lib/python3.10/site-packages/tvm/driver/build_module.py:267: UserWarning: target_host parameter is going to be deprecated. Please pass in tvm.target.Target(target, host=target_host) instead. warnings.warn(

iskyo0ps commented 3 months ago

next time wish there a better CICD for pr.