Susie Sargsyan

Results 5 issues of Susie Sargsyan

### Describe the bug I am trying to run `train_text_to_image.py` on TPU v4-8 but when I start training, I see ``` 02/01/2023 21:12:22 - INFO - train_text_to_image - Distributed environment:...

bug

running `python3 download.py -c church_outdoor` but getting an error ``` Traceback (most recent call last): File "/usr/lib/python3.8/urllib/request.py", line 1354, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "/usr/lib/python3.8/http/client.py", line 1256, in...

After multiple attempts to run `python3 download.py -c church_outdoor`, I keep getting this error after few hours of downloading ``` Downloading church_outdoor train set % Total % Received % Xferd...

Changing checkpointing to use the new API and replacing `default` with `items`. Also added an option to restore checkpoints with SingleReplicaArrayHandler

I have downloaded Imagenet dataset (~140GB) then ran [tiered imagenet tools](https://github.com/yaoyao-liu/tiered-imagenet-tools) on it to build the tiered imagent dataset, but it's not loading properly in your code. The error I...