We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c6ffe7 commit 47f8b15Copy full SHA for 47f8b15
EduCDM/KaNCD/KaNCD.py
@@ -162,4 +162,3 @@ def save(self, filepath):
162
def load(self, filepath):
163
self.net.load_state_dict(torch.load(filepath, map_location=lambda s, loc: s))
164
logging.info("load parameters from %s" % filepath)
165
-
0 commit comments