microsoft / CNTK

Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
https://docs.microsoft.com/cognitive-toolkit/
Other
17.5k stars 4.29k forks source link

Broken DCGAN Tutorial #2645

Open tobyclh opened 6 years ago

tobyclh commented 6 years ago

Hello, the DCGAN tutorial is broken in a few sense.

  1. It is still using the old learning_parameter_schedule_per_sample method, which I cannot find any documentation anywhere on the web to replace it, so I simply replace it with learning_parameter_schedule in the learners package now which actually brings us to the second problem
  2. The result after 10000 mini batch is still purely noise, I can include the result if you need it.

I'm running CNTK 2.2, linux with a GTX1080, if it makes any different

tobyclh commented 6 years ago

FYI image