Skip to content

Commit

Permalink
Added path.txt with boost path details
Browse files Browse the repository at this point in the history
  • Loading branch information
Avani7 committed Feb 21, 2024
1 parent b546e17 commit 9b94d5d
Show file tree
Hide file tree
Showing 4 changed files with 184 additions and 4 deletions.
4 changes: 0 additions & 4 deletions _build/lib/craft/dependencies/SIGNET.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
from sklearn.model_selection import train_test_split
import argparse
import os
import random
import torch
torch.manual_seed(42)
random.seed(42)

parser = argparse.ArgumentParser()
parser.add_argument('--n_epochs', type=int, default=30, help='Number of Epochs for training SIGNET')
Expand Down
Loading

0 comments on commit 9b94d5d

Please sign in to comment.