Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniketiitk21 authored Dec 17, 2023
1 parent 8ec0f18 commit ddf3a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from pytorch_lightning.callbacks import ModelCheckpoint, LearningRateMonitor

from utils import SSLDataset, ContrastiveLoss, CosineSimilarity, BiLinearSimilarity, MyCallBack
from models import CustomArch7, FpNetwork, ProjectionHead1
from models import CustomArch7, ProjectionHead1
from train import ContrastiveModel

# os.environ["CUDA_VISIBLE_DEVICES"]="1"
Expand Down

0 comments on commit ddf3a38

Please sign in to comment.