forked from huawei/mindspore2022
1. Provide method to create Parameter from Tensor without copy; 2. Adapt optimizer.py to support flattened parameters; 3. Add unit test cases for parameter and optimizer. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_ada_grad.py | ||
| test_adafactor.py | ||
| test_adam.py | ||
| test_asgd.py | ||
| test_ftrl.py | ||
| test_lamb.py | ||
| test_lars.py | ||
| test_lr_schedule.py | ||
| test_momentum.py | ||
| test_optimizer.py | ||
| test_proximal_ada_grad.py | ||
| test_rmsprop.py | ||
| test_rprop.py | ||