Software Alternatives & Reviews

Deep learing on big dataset

S3 Browser Poli Systems S3
  1. S3 Browser is the name of an easy and simple to use Amazon S3 clients for the Windows operating systems.
    If you need to upload dataset from Windows machine you can use https://s3browser.com/ it's nice GUI for S3 buckets.

    #Web Service Automation #Automation #Cloud Storage 8 social mentions

  2. Poli Systems S3 service provides multiple layers of security by firstly assuring the data with Swiss laws, and AES-256 Encrypted hard drives.
    Pro tip use s3 bucket from polisystems.ch . I use their service when doing training of Real ESERGAN models and works fine and faster than loading dataset from google drive (you might get lot of timeouts and api limits when transfering lot of data from gdrive). For 2 TB you would pay like 11.19€. I also did script that allows you to connect s3 bucket to colab Make sure you create credentials file first [default] Aws_access_key_id = YOURACCESSKEY Aws_secret_access_key = YOURSECRETKEY Then upload it to colab drive and run: !wget https://github.com/kahing/goofys/releases/latest/download/goofys !mkdir ~/.aws !cp credentials ~/.aws/ !mkdir /mnt/s3 !chmod +x goofys !./goofys --profile default --endpoint https://s3.polisystems.ch/ --debug_fuse --debug_s3 default /mnt/s3.

    #Cloud Storage #VPS #Backup And Disaster Recovery 1 social mentions

Discuss: Deep learing on big dataset

Log in or Post with