changing default network, making deepsets network choose output dimension appropriately, making bc config to be called by ray
This commit is contained in:
@@ -18,7 +18,7 @@ def basestr(**kwargs):
|
||||
Returns:
|
||||
basestr (str): prefix
|
||||
"""
|
||||
return 'base_'
|
||||
return 'base'
|
||||
|
||||
def main(method='bc', train=False, test=False, loc=0, config_path=None, **kwargs):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user