changing default network, making deepsets network choose output dimension appropriately, making bc config to be called by ray

This commit is contained in:
Arec
2021-07-26 07:52:11 -07:00
parent 69359b5af3
commit d9436daaba
4 changed files with 42 additions and 8 deletions

View File

@@ -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):
"""