10.11.2024, 17:08
I think that pip installed the version from cache.
the row 322 of basic_train.py should be now:
see also: https://github.com/dan64/vs-deoldify/blo...in.py#L322
while in your error log there is still the old code.
Please check.
I will try to get a working version with your October's build of torch.
Dan
the row 322 of basic_train.py should be now:
state = torch.load(tmp_file, weights_only=False)
see also: https://github.com/dan64/vs-deoldify/blo...in.py#L322
while in your error log there is still the old code.
Please check.
I will try to get a working version with your October's build of torch.
Dan