Hello! Looks like args.max-depth assigned in the commands are never called. In the main.py, the one being called is args.max_depth. So I guess no matter what number you assigned, e.g. --max-depth 80, the max_depth will only become 0 or np.inf depending on modality?
Hello! Looks like args.max-depth assigned in the commands are never called. In the main.py, the one being called is args.max_depth. So I guess no matter what number you assigned, e.g. --max-depth 80, the max_depth will only become 0 or np.inf depending on modality?