the-full-stack / fsdl-text-recognizer-2022

Source of the FSDL 2022 labs, which are at https://github.com/full-stack-deep-learning/fsdl-text-recognizer-2022-labs
https://fullstackdeeplearning.com/course
MIT License
81 stars 26 forks source link

aws iamdb.zip is unreachable #81

Closed GellertPalfi closed 8 months ago

GellertPalfi commented 8 months ago

lab04_experiments.ipynb has this field:

%%time
import torch

gpus = int(torch.cuda.is_available()) 

%run training/run_experiment.py --model_class LineCNNTransformer --data_class IAMLines \
  --loss transformer --batch_size 32 --gpus {gpus} --max_epochs 2 \
  --limit_train_batches 0.1 --limit_val_batches 0.1 --limit_test_batches 0.1 --log_every_n_steps 10

however running the field throws an HTTPError: HTTP Error 403: Forbidden error. Trying to reach the website by the browser also throws an error: AllAccessDisabledAll access to this object has been disabled9KC8W9JEZG5F4YVEUtjDQygwlZMxnZkbzEZZ3DA+oejfVlwfCZBuXXaS8a6LRSxnYfpctNNwyRmjxx3qd+z6+LkVl60= Probably more files are affected by this issue

charlesfrye commented 8 months ago

thanks for the report! will look into it

GellertPalfi commented 8 months ago

sorry forgot to include the link: https://s3-us-west-2.amazonaws.com/fsdl-public-assets/iam/iamdb.zip

GellertPalfi commented 8 months ago

in the meanwhile could you provide the zip files or future files? @charlesfrye so I could continue with the course

charlesfrye commented 8 months ago

We're having some trouble with our Amazon account, so we actually can't access the files either! Will let you know once it's resolved.

charlesfrye commented 8 months ago

this is fixed, as of a few days ago. appreciate your patience!