Merck / bgc-pipeline

MIT License
10 stars 2 forks source link

Access Denied when using "dvc pull" #1

Open Gromite opened 3 years ago

Gromite commented 3 years ago

Greetings,

I am trying to download and inspect the data before training my own model; however, when using dvc pull, my pull request is denied. I am using my own AWS credentials because I couldn't have figured how to use the script you provided: generate-aws-config --account lab --insecure. This is the error message that I get: Error: Failed to pull data from the cloud: An error occurred (AccessDenied ) when calling the ListObjectsV2 operation: Access Denied

Do you know a way to fix this, thank you very much.

fkavehy commented 3 years ago

Hi,

Greetings,

I am trying to download and inspect the data before training my own model; however, when using dvc pull, my pull request is denied. I am using my own AWS credentials because I couldn't have figured how to use the script you provided: generate-aws-config --account lab --insecure. This is the error message that I get: Error: Failed to pull data from the cloud: An error occurred (AccessDenied ) when calling the ListObjectsV2 operation: Access Denied

Do you know a way to fix this, thank you very much.

Hi Gromite, I would like to know, could you solve this issue? I want to download data without creating an was account. thanks

prihoda commented 3 years ago

Hi @fkavehy and @Gromite, the DVC files cannot be used to download the actual files, they are only here to document the commands used. If you want to retrain DeepBGC on new BGC data, please refer to the DeepBGC repository: https://github.com/Merck/deepbgc#train-deepbgc-on-your-own-data

Training and validation data can be downloaded from release 0.1.0 and release 0.1.5.