Browse Source

Update exp_basic.py

main
BBing 2 years ago
parent
commit
5b9d2e47e0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      exp/exp_basic.py

+ 1
- 1
exp/exp_basic.py View File

@@ -1,7 +1,7 @@
import mindspore
import mindspore.nn as nn
from mindspore import context
1
class Exp_Basic(nn.Cell):
def __init__(self, args):
super(Exp_Basic, self).__init__()


Loading…
Cancel
Save