Skip to content

Commit

Permalink
Update model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oriolcolomefont authored Jan 28, 2024
1 parent c9e1949 commit a963cac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions model.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
The SampleCNN class is as implemented by https://github.com/Spijkervet/CLMR
"""

# Import the required libraries
import torch
import torch.nn as nn
Expand Down

0 comments on commit a963cac

Please sign in to comment.