AllenCellModeling / pytorch_fnet

Three dimensional cross-modal image inference
Other
151 stars 61 forks source link

unrecognized arguments: --dataset_kwargs { #118

Closed mmitterma closed 5 years ago

mmitterma commented 5 years ago

Hi there,

we have an error: unrecognized arguments. Do you guys have any ideas why this occurs?

We are also confused, which train_model.py script is the newest one?

counkomol commented 5 years ago

You can see from the error message that the training script does not support the --dataset_kwargs argument. Can I ask where did you get this from?

mmitterma commented 5 years ago

Thank you for your reply! I just tried your code, and wanted to train a model, but in the current version is no train_model.py (not in the folder "scripts") provided. So, after I startet the script train_model.sh it stopped, because there was no train_model.py. Then I used the train_model.py file from the "original paper" release branche1. Now, the train_model.sh started and the train_model.py was started by the shell script, but it stopped again due to the error message train_model.py: error: unrecognized arguments: --dataset_kwargs {"transform_signal": . Do you have any ideas how to solve this issue? Thank you very much in advance!

counkomol commented 5 years ago

You'll need to stick to one snapshot of the repository. For example, release_1. If you mix and match different files from different repository states, then there is no way for us to know what to expect.

We suggest you try a fresh copy of release_1 again and let us know if you find anything.

mmitterma commented 5 years ago

Thank you! I will stick to one repository. The issue is that there is no train_model.py file in the newest repository. Could your please provide it?

counkomol commented 5 years ago

The train_model.py file does not exist because that is intended. With that said, the newest version of the repository is in active development and is currently not meant for outside use.

mmitterma commented 5 years ago

Ok, thank you!