itiv-kit / dse-sparse-imu

MIT License
5 stars 0 forks source link

Request for Essential YML Configuration Files #1

Open leekwrain opened 4 months ago

leekwrain commented 4 months ago

Hello Team,

I'm setting up our model training and evaluation processes but noticed we're missing the essential YML configuration files in the configuration/experiments/ directory. These files are crucial for defining model parameters and training steps.

Could someone please provide these files or guide me to where they are located?

Thank you!

irisfw commented 4 months ago

Hello, the configuration files are generated automatically. Therefore, you first need to run the configuration script, see https://github.com/itiv-kit/dse-sparse-imu/blob/main/README.md#configuration.

leekwrain commented 4 months ago

Thank you so much for getting back to me quickly and for your helpful response. Your guidance is greatly appreciated.

leekwrain commented 4 months ago

I've gone ahead and run the configuration script, but it seems to have only generated a "configuration.yml" file instead of a "base.yml" file for training purposes. Could you please assist me with this?"

irisfw commented 4 months ago

I've just uploaded the base.yml which defines the model

leekwrain commented 4 months ago

Thank you for providing the base.yml file. However, I've encountered an issue where the architecture key is missing, which is essential for defining the model structure for training. Could you please update the base.yml file to include this key or guide me on how to manually add it?

Thanks for your assistance!

irisfw commented 3 months ago

I am sorry for the delayed response. What do you mean by architecture key? Can you post an error message?