You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
someone changed the slurm in script to use /c indicating they run it on windows, but don't you want to run it on green:
sed -i "/log_file:/c\log_file: $(dirname $THEPATH)/cloudmask_run.log" $(dirname $THEPATH)/config.yaml
sed -i "/mlperf_logfile:/c\mlperf_logfile: $(dirname $THEPATH)/mlperf_cloudmask.log" $(dirname $THEPATH)/config.yaml
sed -i "/model_file:/c\model_file: $(dirname $THEPATH)/cloudModel.h5" $(dirname $THEPATH)/config.yaml
we need a config.in.yaml that includes a USERTOREPLACE instead of the full username. than we can call make yaml to create the config.yaml file. The readme has to be updated. The makefile should use config.in.yaml and not config.yaml
_load_data contains code that has absolute values that were replaced by UK team in main code for accuracy, should that be changed in data load?
make yaml
to create the config.yaml file. The readme has to be updated. The makefile should use config.in.yaml and not config.yamlThe text was updated successfully, but these errors were encountered: