Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There are too many bugs in the codes #10

Open
LinaZhang opened this issue Oct 12, 2021 · 1 comment
Open

There are too many bugs in the codes #10

LinaZhang opened this issue Oct 12, 2021 · 1 comment

Comments

@LinaZhang
Copy link

I cannot run the codes successfully. When using the default configuration "ConcatOp : Dimensions of inputs should match" appears. While when I changed model_type to others all failed. Even if model_type = mlp, it failed as follow:

Traceback (most recent call last):
File "./run_dnn.py", line 912, in
train(wnd_conf, args['model_ckpt'])
File "./run_dnn.py", line 154, in train
tower_train_logits = inf.inference(tower_batch_features, is_train=True)
File "/notebook/dmtfq/CIKM2020_DMT/DMT_code/model/inference_mlp.py", line 118, in inference
return self.model.inference(inputs,is_train,is_predict)
TypeError: inference() takes from 2 to 3 positional arguments but 4 were given

when I modify mlp inference() function parameters, it run next few steps but failed at last.

@Yuqi-Zhou
Copy link

I solve this bug by deleting some data about emb and attention_embed in conf/settings/conf, because there are some misssing data provided by the author.By the way, there are some bugs in ohter models like mmoe and mlp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants