Sutari commited on
Commit ·
7407581
1
Parent(s): 7e28537
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,7 @@ metrics:
|
|
| 6 |
library:
|
| 7 |
- pytorch
|
| 8 |
---
|
| 9 |
-
# class definition:
|
| 10 |
```python
|
| 11 |
class CNN(nn.Module):
|
| 12 |
def __init__(self):
|
|
|
|
| 6 |
library:
|
| 7 |
- pytorch
|
| 8 |
---
|
| 9 |
+
# model class definition:
|
| 10 |
```python
|
| 11 |
class CNN(nn.Module):
|
| 12 |
def __init__(self):
|