Open sbresolin opened 6 years ago
Seems there's only method Add/Contains, but no read.
This issue make that Trainer.RestoreFromCheckpoint() and SaveCheckpoint() is hard to use. RestoreFromCheckpoint() return CNTKDictionary but it is totally useless because I can't set value to it.
Only solution is make custom class which has own serialization/deserialzation and use it. This is very annoying :(
@KeDengMS I'm suprised that CNTK doesn't fix this issue yet. Are CNTK abandoned? Nobody uses CNTK C# API?
Team - quick question: the CNTK C# wrapper for the Function class has a method called Attributes that returns an object of type CNTKDictionary. That wrapper class has no obvious public ways to access the actual entries - am I missing something obvious or is there something missing in the auto generated wrapper? - Thanks!