Skip to content

Commit f056212

Browse files
committed
Update PharmProfiler.py
1 parent 4742537 commit f056212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geminimol/PharmProfiler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def __call__(
138138
print('CUDA capability:', torch.cuda.get_arch_list())
139139
print('GPU number:', torch.cuda.device_count()) # Should be > 0
140140
# random_seed
141-
training_random_seed = 123
141+
training_random_seed = 1207
142142
torch.manual_seed(training_random_seed)
143143
torch.cuda.manual_seed(training_random_seed)
144144
torch.cuda.manual_seed_all(training_random_seed)

0 commit comments

Comments
 (0)