nansencenter / sea_ice_type_cnn_training

Deep learning of satellite data: Use the data from satellites for machine learning (deep learning) purposes
GNU General Public License v3.0
5 stars 4 forks source link

Training -n nersc_ parameter not recognised #17

Closed Alissa13777 closed 3 years ago

Alissa13777 commented 3 years ago

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

opsdep commented 3 years ago

@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

akorosov commented 3 years ago

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.

opsdep commented 3 years ago

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

opsdep commented 3 years ago

I have updated the README by separation of tables.