while training with the flag --compute_human_data_on_the_fly I am getting error as:

which I think came from

because there is no control flow for args.experiment_type == "DEFAULT"
And when I train without the flag, I am getting the error as:

My directory looks like this:

is the issue with the code or am not doing it correctly?
while training with the flag --compute_human_data_on_the_fly I am getting error as:
which I think came from
because there is no control flow for
args.experiment_type == "DEFAULT"And when I train without the flag, I am getting the error as:

My directory looks like this:

is the issue with the code or am not doing it correctly?