Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Manual dataset download #286

Merged

Conversation

theory-in-progress
Copy link
Contributor

@theory-in-progress theory-in-progress commented Aug 14, 2023

Description

Fix #281

Added Manual dataset download in colab, modified colab.js

  • Created a new array for commands in colab, this can be used to modify commands for individual templates using splice
  let commands = [
    `!wget ${zipRes}\n`,
    `!unzip ${template}.zip\n`,
    '!pip install -r requirements.txt\n',
    '!python main.py config.yaml\n'
  ]

And then using

        source: commands

In const nb

@netlify
Copy link

netlify bot commented Aug 14, 2023

Deploy Preview for code-generator ready!

Name Link
🔨 Latest commit e99ef9b
🔍 Latest deploy log https://app.netlify.com/sites/code-generator/deploys/64ddd2f37388980008399196
😎 Deploy Preview https://deploy-preview-286--code-generator.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

functions/colab.js Outdated Show resolved Hide resolved
Copy link
Member

@vfdev-5 vfdev-5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks !

@vfdev-5 vfdev-5 merged commit f47d321 into pytorch-ignite:main Aug 17, 2023
20 checks passed
@theory-in-progress theory-in-progress deleted the manual-dataset-download branch August 29, 2023 04:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Correcting for running Template-vision-segmentation in colab
2 participants