Git Product home page Git Product logo

Comments (5)

ebennequin avatar ebennequin commented on August 20, 2024

Hi,
The script works for me, the file test.csv is available on server. Where does "%0D" comes from at the end of your link ?

from closerlookfewshot.

wyharveychen avatar wyharveychen commented on August 20, 2024

You can also directly go to the GitHub page to download it.
https://github.com/twitter/meta-learning-lstm/tree/master/data/miniImagenet

from closerlookfewshot.

caddyless avatar caddyless commented on August 20, 2024

Hi,
The script works for me, the file test.csv is available on server. Where does "%0D" comes from at the end of your link ?

Thanks for your comment.

This error message was generated by my shell, and I just copied it to here. I didn't notice '%0D' was attached behind original link, and it may be the cause. But I'm sure that the redundant string doesn't exist in my script and it throws error message above when I run. I copied the link of test.csv to my web browser and it throw '404 not found' to me yesterday. However it works well now. I think there may be something wrong with my network yesterday but it restores now.

from closerlookfewshot.

caddyless avatar caddyless commented on August 20, 2024

You can also directly go to the GitHub page to download it.
https://github.com/twitter/meta-learning-lstm/tree/master/data/miniImagenet

Thanks for your help

from closerlookfewshot.

johnnyasd12 avatar johnnyasd12 commented on August 20, 2024

Hi, I try to download and preprocess the miniImageNet refer to #29 instead of original ImageNet because it's too large, and I download train.csv, val.csv, test.csv from the link: https://github.com/twitter/meta-learning-lstm/tree/master/data/miniImagenet

But I got the following error when running write_miniImagenet_filelist.py:

Traceback (most recent call last):
File "write_miniImagenet_filelist.py", line 39, in
fname_number = [ int(re.split('|.', fname)[1]) for fname in fnames]
File "write_miniImagenet_filelist.py", line 39, in
fname_number = [ int(re.split('
|.', fname)[1]) for fname in fnames]
ValueError: invalid literal for int() with base 10: 'jpg'

Is there any problem in my procedure?

from closerlookfewshot.

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.