We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
程序在运行的时候出现 "please use transforms.Resize instead.") /usr/local/lib/python2.7/dist-packages/torchvision/transforms/transforms.py:563: UserWarning: The use of the transforms.RandomSizedCrop transform is deprecated, please use transforms.RandomResizedCrop instead. "please use transforms.RandomResizedCrop instead.") 1%| | 137/17500 [01:50<3:33:34, 1.35it/s] 1%| | 137/17500 [01:49<3:34:13, 1.35it/s] 1%| | 137/17500 [01:49<3:33:45, 1.35it/s] 1%| | 137/17500 [01:49<3:34:31, 1.35it/s] 1%| | 137/17500 [01:49<3:33:46, 1.35it/s] 1%| | 137/17500 [01:49<3:33:40, 1.35it/s] 1%| | 137/17500 [01:49<3:33:45, 1.35it/s] 1%| | 137/17500 [01:49<3:32:45, 1.36it/s] 1%| | 137/17500 [01:49<3:32:46, 1.36it/s] 1%| | 137/17500 [01:49<3:32:01, 1.36it/s] *** Error in `python': munmap_chunk(): invalid pointer: 0x0000000002a22030 *** ======= Backtrace: ========= 下面还有一大堆 7f17a776c000-7f17a796b000 ---p 0021b000 08:06 92012725 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 7f17a796b000-7f17a7987000 r--p 0021a000 08:06 92012725 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0已放弃 (核心已转储) 请问这个问题怎么解决?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
程序在运行的时候出现
"please use transforms.Resize instead.")
/usr/local/lib/python2.7/dist-packages/torchvision/transforms/transforms.py:563: UserWarning: The use of the transforms.RandomSizedCrop transform is deprecated, please use transforms.RandomResizedCrop instead.
"please use transforms.RandomResizedCrop instead.")
1%| | 137/17500 [01:50<3:33:34, 1.35it/s]
1%| | 137/17500 [01:49<3:34:13, 1.35it/s]
1%| | 137/17500 [01:49<3:33:45, 1.35it/s]
1%| | 137/17500 [01:49<3:34:31, 1.35it/s]
1%| | 137/17500 [01:49<3:33:46, 1.35it/s]
1%| | 137/17500 [01:49<3:33:40, 1.35it/s]
1%| | 137/17500 [01:49<3:33:45, 1.35it/s]
1%| | 137/17500 [01:49<3:32:45, 1.36it/s]
1%| | 137/17500 [01:49<3:32:46, 1.36it/s]
1%| | 137/17500 [01:49<3:32:01, 1.36it/s]
*** Error in `python': munmap_chunk(): invalid pointer: 0x0000000002a22030 ***
======= Backtrace: =========
下面还有一大堆
7f17a776c000-7f17a796b000 ---p 0021b000 08:06 92012725 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
7f17a796b000-7f17a7987000 r--p 0021a000 08:06 92012725 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0已放弃 (核心已转储)
请问这个问题怎么解决?
The text was updated successfully, but these errors were encountered: