Skip to content

Commit

Permalink
comments updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cyriltw committed Oct 11, 2023
1 parent b2e7a58 commit 3a05d9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eval_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
$ python evaluate_ldlnm.py --data_dir="../data/" --model_fname="../data/trained_model.ldlnm"
$ python evaluate_ldlnm.py --data_dir=./experimental_data/jobQ1_BOTH/ --model_fname=./experimental_data/jobQ1_BOTH/trained_model.ldlnm --split_name=dev --empirical_fname=./datasets/jobQ123_BOTH/processed/jobQ1_BOTH/jobQ1_BOTH_dev_AIL.csv
@author Alexander G. Ororbia
@author DisCo Authors
"""


Expand Down
2 changes: 1 addition & 1 deletion model/disco.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class DISCO:
"""
The proposed DisCo model. See paper for details.
@author Alexander G. Ororbia
@author DisCo Authors
"""
def __init__(self, xi_dim, yi_dim, ya_dim, y_dim, a_dim, lat_i_dim=20, lat_a_dim=30,
lat_dim=10, act_fx="softsign", init_type="gaussian", name="disco",
Expand Down

0 comments on commit 3a05d9f

Please sign in to comment.