Skip to content

Commit

Permalink
feat: 增加中文适配
Browse files Browse the repository at this point in the history
  • Loading branch information
TingsongYu committed Feb 7, 2024
1 parent ef309b1 commit 66fdb7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/chapter-8/01_classification/utils/my_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
import torch.nn.init as init
from datetime import datetime
import logging
import matplotlib
matplotlib.rcParams['font.family'] = 'SimHei'


class LeNet5(nn.Module):
Expand Down

0 comments on commit 66fdb7f

Please sign in to comment.