Skip to content
#

factorization-machines

Here are 55 public repositories matching this topic...

DeepCTR
MildAdam
MildAdam commented Mar 17, 2020

Describe the bug(问题描述)
运行run_dien.py时,报错ValueError: The name "seq_length" is used in 2 times in the model. All layer names should be unique.

To Reproduce(复现步骤)
Steps to reproduce the behavior:

  1. 运行examples/run_dien.py
  2. See error

Operating environment(运行环境):

  • python version [3.7.4]
  • tensorflow version [2.0.0]
  • deepctr version [0.7.4]

Additional context
Add

ibayer
ibayer commented May 24, 2016

Access to the mcmc hyperparameter is fairly obscure and needs better documentation.

  • add documentation to python mcmc module
  • add function that generates string parameter description
  • add documentation to C fastFM-core/src/ffm.c L. 77 ff

Hyperparameter layout in fm.hyper_param_:

    print (['alpha'] +               
    ['lambda_w'] + ['lambda_V' + str(i) for i in r

Improve this page

Add a description, image, and links to the factorization-machines topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the factorization-machines topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.