logger.error(f'number of linear dependences in the dictionary: {len(caught_warnings)}. model parameters: {str(self._models_parameters.__dict__)}')
self._logger.error(f'number of linear dependences in the dictionary: {len(caught_warnings)}. model parameters: {str(self._models_parameters.__dict__)}')
logger.error(f'number of linear dependences in the dictionary: {len(caught_warnings)}. model parameters: {str(self._models_parameters.__dict__)}')
self._logger.error(f'number of linear dependences in the dictionary: {len(caught_warnings)}. model parameters: {str(self._models_parameters.__dict__)}')
parser.add_argument('--stage',nargs='?',type=int,required=True,help='Specify the stage number among [1, 5].')
...
...
@@ -170,6 +171,7 @@ if __name__ == "__main__":
parser.add_argument('--models_dir',nargs='?',type=str,default=DEFAULT_MODELS_DIR,help='The output directory of the trained models.')
parser.add_argument('--plot_weight_density',action='store_true',default=DEFAULT_PLOT_WEIGHT_DENSITY,help='Plot the weight density. Only working for regressor models for now.')
parser.add_argument('--wo_loss_plots',action='store_true',default=DEFAULT_WO_LOSS_PLOTS,help='Do not compute the loss plots.')
parser.add_argument('--plot_preds_coherence',action='store_true',default=DEFAULT_PLOT_PREDS_COHERENCE,help='Plot the coherence of the prediction trees.')