pytorch-image-models/tests
Ross Wightman 68b2824e49
Update optim test to remove Variable/.data and fix _state_dict optim test for PyTorch 2.1 (#1988)
* Update optim test to remove Variable/.data and fix _state_dict optim test

* Attempt to run python 3.11 w/ 2.1

* Try factoring out testmarker to common var

* More fiddling

* Abandon attempt to reduce redunancy

* Another try
2023-10-12 11:53:10 -07:00
..
__init__.py
test_layers.py
test_models.py tinyvit skip ci test 2023-09-01 11:05:56 -07:00
test_optim.py Update optim test to remove Variable/.data and fix _state_dict optim test for PyTorch 2.1 (#1988) 2023-10-12 11:53:10 -07:00
test_utils.py