Code Monkey home page Code Monkey logo

multimodal_dataset_distillation's People

Contributors

bzzbbz avatar xindiwu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

multimodal_dataset_distillation's Issues

requirements.yaml not work

hi, when creating the env using conda, the following errors arise:
Collecting package metadata (repodata.json): | WARNING conda.models.version:get_matcher(556): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.9.0., but conda is ignoring the . and treating it as 1.9.0
WARNING conda.models.version:get_matcher(556): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.6.0., but conda is ignoring the . and treating it as 1.6.0
WARNING conda.models.version:get_matcher(556): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.8.0., but conda is ignoring the . and treating it as 1.8.0
WARNING conda.models.version:get_matcher(556): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.7.1., but conda is ignoring the . and treating it as 1.7.1

the file requirements.yaml is generated automatically?? Since it contains so many unecessary pacakges and is not a common installation format, will you make a regular requirements.yaml or requirements.txt for easier use, thank u.

Low-Rank Adaptation Matching

Dear Author,
I noted that the new version of your paper in arxiv has "Low-Rank Adaptation Matching". I'm interested in how to implement it but I can't find the corresponding code in distill.py or buffer.py. Could you please share the code of Low-Rank Adaptation Matching.

FileNotFoundError: [Errno 2] No such file or directory: 'flickr_bert_text_embed.npz'

In buffer.py, there is a line of code on line 39: data = np.load(f'{args.dataset}_{args.text_encoder}text_embed.
The error message is as follows: Traceback (most recent call last)
File "/root/autodl-tmp/multi/buffer.py", line 168, in
main(args)
File "/root/autodl-tmp/multi/buffer.py", line 39, in main
data = np.load(f'{args.dataset}
{args.text_encoder}_text_embed.npz')
The File "/ root/miniconda3 / envs/distillation/lib/python3.9 / site - packages/numpy/lib/npyio. Py", line 417, in the load
fid = stack.enter_context(open(os_fspath(file), "rb"))
FileNotFoundError: [Errno 2] No such file or directory: 'flickr_bert_text_embed.npz'
Where can I download "flickr_bert_text_embed.npz"?

Poor results on syn_step=2&4

I used a syn_step=2&4 setting and ran the experiment on 8 V100 GPUs, but the results were very poor, with i2t and t2I rank1 only at 0.3. What could be the reason? The distillation loss is not decreasing. Should the hyperparameters be adjusted under this setting?

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.