Browse Source

Update exp_basic.py

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

+ 0
- 1
exp/exp_basic.py View File

@@ -2,7 +2,6 @@ import mindspore
import mindspore.nn as nn
from mindspore import context


class Exp_Basic(nn.Cell):
def __init__(self, args):
super(Exp_Basic, self).__init__()


Loading…
Cancel
Save