Skip to content
Snippets Groups Projects
Commit baf444b8 authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

fix

parent dc84f5a9
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,6 @@ from .allele_encoding import AlleleEncoding
from .encodable_sequences import EncodableSequences
from .regression_target import to_ic50, from_ic50
os.environ["CUDA_VISIBLE_DEVICES"] = ""
# To avoid pickling large matrices to send to child processes when running in
# parallel, we use this global variable as a place to store data. Data that is
......
......@@ -14,6 +14,8 @@ from numpy.testing import assert_array_less, assert_equal
from mhcflurry import Class1AffinityPredictor
from mhcflurry.downloads import get_path
os.environ["CUDA_VISIBLE_DEVICES"] = ""
HYPERPARAMETERS = [
{
"n_models": 2,
......
......@@ -18,6 +18,8 @@ from mhcflurry import Class1AffinityPredictor,Class1NeuralNetwork
from mhcflurry.allele_encoding import AlleleEncoding
from mhcflurry.downloads import get_path
os.environ["CUDA_VISIBLE_DEVICES"] = ""
HYPERPARAMETERS_LIST = [
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment