GithubHelp home page GithubHelp logo

Comments (7)

satra avatar satra commented on August 14, 2024 1

github is not an option

github has direct downloads (the raw button on every file is a direct link).

from trained-models.

hvgazula avatar hvgazula commented on August 14, 2024

For small files- The trick is gdown https://drive.google.com/uc?id={FILE_ID} where each file on google drive has a unique FILE_ID.

Once again, this limits us to using only google drive and we need to investigate other ways like dropbox/One Drive/Github, etc.

from trained-models.

hvgazula avatar hvgazula commented on August 14, 2024

How about asking all users to upload their models to OSF? This way, we can indirectly urge users to adopt open science frameworks/tools.

from trained-models.

hvgazula avatar hvgazula commented on August 14, 2024

@gaiborjosue Here's an example:

datalad download-url https://osf.io/ex96b/download --dataset . -m "adding model" -O best_model1.pth

Caveats:

  1. Ask user for URL identifier and file name
  2. The url will be https://osf.io/{URL_ID}/download. Note: add "download" to the url
  3. The repository has to be public

datalad download-url https://osf.io/{URL_ID}/download --dataset . -m "adding model" -O {FILE_NAME}

from trained-models.

hvgazula avatar hvgazula commented on August 14, 2024

@satra To avoid issues with downloading files from different storage drives, I recommend users upload their models to OSF. This will also be in line with our open science practices. Thoughts?

from trained-models.

satra avatar satra commented on August 14, 2024

perhaps just say gdrive is not an option and only go with urls that have direct downloads. many may already have the weights on github. others could use osf if they don't already have it somewhere.

from trained-models.

hvgazula avatar hvgazula commented on August 14, 2024

correction: the repo doesn't have to be public. Also, github is not an option (already tried that). We need to use svn to be able to 'download' the actual file.

from trained-models.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.