Exemplo n.º 1
0
 def collect_weights(self):
     collect.cli_collect_weights(sys.argv[2:])
Exemplo n.º 2
0
 def collect_weights(self):
     from ludwig import collect
     ludwig.contrib.contrib_command("collect_weights", *sys.argv)
     collect.cli_collect_weights(sys.argv[2:])
Exemplo n.º 3
0
    def collect_weights(self):
        from ludwig import collect

        collect.cli_collect_weights(sys.argv[2:])