nansencenter/sea_ice_type_cnn_training

Training -n nersc_ parameter not recognised

Alissa13777 opened this issue · 4 comments

When lauching training, using the "-n nersc_" as an entry parameter gives the following error:
Screenshot (46)

@Alissa13777
The training process of Tensorflow is working the npz files that stored beforehand. The noise method is previously selected to build that npz files. There is no need to give the error type in argument. The main of parameter that are used in training process are chosen in train_model.py file:
image

I guess this comes from misunderstanding of the readme file. @azamifarda , can you please split the table with params into three parts: agrs for build_dataset, args for train_model, args for apply_model? Let there be some duplication - that will be more clear than a single table.

OK I will do it, but I have written beforehand (in the current README) how to find which one is which exactly after the table ends in README file:
image

I have updated the README by separation of tables.