Closed BriFuture closed 4 years ago
https://github.com/naturomics/CapsLayer/blob/master/models/main.py#L57
The code: test_acc = os.path.jion(cfg.results_dir, 'test_acc.csv') , "jion" should be "join"
test_acc = os.path.jion(cfg.results_dir, 'test_acc.csv')
https://github.com/naturomics/CapsLayer/blob/master/models/main.py#L57
The code:
test_acc = os.path.jion(cfg.results_dir, 'test_acc.csv')
, "jion" should be "join"