Skip to content

Commit

Permalink
fixed typo in aiaccel/examples/resnet50_cifar10/user.py
Browse files Browse the repository at this point in the history
  • Loading branch information
3bisuoka authored Mar 28, 2024
1 parent d0d28b3 commit 9320f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/resnet50_cifar10/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import torch
import torch.nn as nn
import torch.optim as optim
from torch.optim.lr_manager import CosineAnnealingLR
from torch.optim.lr_scheduler import CosineAnnealingLR
from torchvision import datasets, models, transforms

from aiaccel.util import aiaccel
Expand Down

0 comments on commit 9320f4e

Please sign in to comment.