Skip to content
Snippets Groups Projects
Commit 170fc4a0 authored by Alex Rubinsteyn's avatar Alex Rubinsteyn
Browse files

64 dim embedding

parent e3c2eeab
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python
# Copyright (c) 2015. Mount Sinai School of Medicine
#
# Licensed under the Apache License, Version 2.0 (the "License");
......@@ -31,8 +29,8 @@ ModelConfig = namedtuple(
])
HIDDEN1_LAYER_SIZES = [
64,
256,
50,
400,
]
INITILIZATION_METHODS = [
......@@ -52,7 +50,7 @@ MAX_IC50_VALUES = [
def generate_all_model_configs(
embedding_sizes=[0, 32],
embedding_sizes=[0, 64],
n_training_epochs=100,
max_dropout=0.25):
configurations = []
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
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