Skip to content

Commit

Permalink
Update Conv CNN.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yifan1207 committed Apr 23, 2024
1 parent 26f32dd commit 5f6ab82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QMLS Code/Conv CNN.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import torch
import torch.nn as nn
import torch.nn.functional as F
import torch.nn.functional as F
class CNN(nn.Module):
def __init__(self, n):
super(CNN, self).__init__()
Expand Down

0 comments on commit 5f6ab82

Please sign in to comment.