younggyoseo / vae-cf-pytorch

Variational Autoencoders for Collaborative Filtering - Implementation in PyTorch
130 stars 22 forks source link

typo and about anneal #1

Open KylinA1 opened 5 years ago

KylinA1 commented 5 years ago

Thanks for your code.

  1. typo:
    parser.add_argument('--log-interval', type=int, default=100, metavar='N',
                    help='report interval')

where should be

log_interval
  1. I didn't find you save the best anneal parameter, did you? and for in eval() function,

we don't care about anneal any more, right?