e2cnn_experiments icon indicating copy to clipboard operation
e2cnn_experiments copied to clipboard

Fix deprecated PyTorch calls in optimizers and module

Open VelizarZ opened this issue 8 months ago • 0 comments

I encountered issues running the experiments with Python 3.12 using the existing installation instructions targeting Python >=3.7. Specifically:

-Minor bugs in experiments/optimizers_L1L2.py caused warnings and deprecated usage errors.

-The training process for mnist_rot dataset failed due to the absence of .copy() in experiments/datasets/mnist_rot/own_transforms.py.

VelizarZ avatar May 24 '25 19:05 VelizarZ