Replies: 1 comment 6 replies
-
Hi @vamoruso! Are you able to try this command instead? ludwig train -c train_conf.yaml --dataset final_train.csv --output_directory . --data_format csv --experiment_name train --logging_level info We don't support the Let me know if that resolves your issue! |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello i'm trying to start a train experiment on windows 11
using python 3.10
when executing the following command
ludwig train -c train_conf.yaml --dataset final_train.csv --output_directory . --data_format csv --experiment_name train --verbose
nothing happen.
I only see in console this message :
PyTorch version 2.1.2 available.
This is the content of yaml file :
input_features:
type: text
type: text
output_features:
type: category
trainer:
# learning_rate: 0.0001
# decay: True
# decay_rate: 0.9
# decay_steps: 30000
# staircase: True
epochs: 20
Version of ludwig i 0.9.0 dev.
Thank you in advance.
Vince
Beta Was this translation helpful? Give feedback.
All reactions