How to load large dataset from s3 using load_from_disk?
              
              #6625
            
            
              
                Unanswered
              
          
                  
                    
                      zotroneneis
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I have trouble loading a large dataset from s3. The dataset was saved there using
save_from_diskbut when I run theload_from_diskfunction I get an error (botocore.exceptions.ClientError: An error occurred (RequestTimeTooSkewed) when calling the GetObject operation: The difference between the request time and the current time is too large.). The usual problem for this error is that the time on my local machine is out of sync with the current time. However, this is not the case here. I checked the time and even reset it with no successI already created an issue for this last week (#6611) but didn't get any response yet.
Maybe someone has experienced the same error?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions