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 9ce5527 commit be68d16Copy full SHA for be68d16
source/train/DescrptSeR.py
@@ -26,6 +26,7 @@ def __init__ (self, jdata):
26
self.filter_resnet_dt = class_data['resnet_dt']
27
self.seed = class_data['seed']
28
self.trainable = class_data['trainable']
29
+ exclude_types = class_data['exclude_types']
30
self.exclude_types = set()
31
for tt in exclude_types:
32
assert(len(tt) == 2)
0 commit comments