vetsasai
vetsasai
`from mmengine.utils.dl_utils import TORCH_VERSION` This worked for me
Try installing mmcv with MCV_WITH_OPS=1, FORCE_CUDA=1 and install mmcv from source. That resolved my problem as it generated mmcv._ext file....
> @LittleFay2 Try to follow @tvishnu1990 > > **Instead :** from mmcv import print_log **Replace:** from mmengine import print_log > > ============= && =================== **First, uninstall all:** `mim uninstall mmcv`...
pd.read_pickle() is so slow that it takes almost 3 times the time a normal pickle.load() would take with old pandas 1.3.4 version Upgrading pandas 2.2.2 and loading this pickle which...