Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no output #2

Open
LIU26549 opened this issue Nov 19, 2024 · 2 comments
Open

no output #2

LIU26549 opened this issue Nov 19, 2024 · 2 comments

Comments

@LIU26549
Copy link

There is no output and display "0it [00:00, ?it/s]" when I run the command "python data_create/create_pretrain_datasets.py --save_path pretrain_data/esol --data_type exp1s --maxiters 500 --raw_data_path finetune_data/moleculenet/esol/raw/delaney-processed.csv" with anaconda. How can i figure it out please? Would you please give me some help please? Thank you very much.
eded02bf2ef8cc7f815b52f11dde56c

@gihanpanapitiya
Copy link
Contributor

Hello,
Can you try executing the command at the FragNet-master directory?
Go to FragNet-master. Then execute the following command,

python fragnet/data_create/create_pretrain_datasets.py --save_path fragnet/pretrain_data/esol --data_type exp1s --maxiters 500 --raw_data_path fragnet/finetune_data/moleculenet/esol/raw/delaney-processed.csv

The pre-training data should get created at fragnet/pretrain_data/esol.

To create finetuning data run the following at FragNet-master,

python fragnet/data_create/create_finetune_datasets.py --dataset_name moleculenet --dataset_subset esol --use_molebert True --output_dir fragnet/finetune_data/moleculenet_exp1s --data_dir fragnet/finetune_data/moleculenet --data_type exp1s

@LIU26549
Copy link
Author

88c43a30bcd8d3a4c8064cd26f0965d

Hello, Can you try executing the command at the FragNet-master directory? Go to FragNet-master. Then execute the following command,

python fragnet/data_create/create_pretrain_datasets.py --save_path fragnet/pretrain_data/esol --data_type exp1s --maxiters 500 --raw_data_path fragnet/finetune_data/moleculenet/esol/raw/delaney-processed.csv

The pre-training data should get created at fragnet/pretrain_data/esol.

To create finetuning data run the following at FragNet-master,

python fragnet/data_create/create_finetune_datasets.py --dataset_name moleculenet --dataset_subset esol --use_molebert True --output_dir fragnet/finetune_data/moleculenet_exp1s --data_dir fragnet/finetune_data/moleculenet --data_type exp1s

thank you reply, I adopted your method,but it not successful
88c43a30bcd8d3a4c8064cd26f0965d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants