autoalbument icon indicating copy to clipboard operation
autoalbument copied to clipboard

UserWarning: In *********': Usage of deprecated keyword in package header

Open ihamdi opened this issue 3 years ago • 1 comments

I just heard about AutoAlbumenate yesterday and I've been trying to get it to work ever since. It keeps telling me "Usage of deprecated keyword" in multiple places as well as "UserWarning: register_resolver() is deprecated."

I'm not even running my own code. Just trying to see how it works in the examples. Using Pytorch 1.8.1.

image

ihamdi avatar Nov 16 '21 11:11 ihamdi

Solved by downgrading to torch 1.8.0 and hydra-core to 1.0.6, upgrading to python 3.7.11 from 3.6.13 (despite documentation saying 3.6 and higher is supported), and deleting caffe2_detectron_ops.dll from user/anaconda3/env/env-name/Lib/site-packages/torch/lib.

ihamdi avatar Nov 17 '21 10:11 ihamdi