Code Monkey home page Code Monkey logo

metadrop's People

Contributors

haebeom-lee avatar namsan96 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

Watchers

 avatar  avatar  avatar

metadrop's Issues

Question about paper.

Hi, Lee! Gladly to read your inspiring paper. I met a little problem in understanding the sentence in your paper that
"Lastly, to compute the gradient of Eq. 4 w.r.t. φ, we must compute second-order derivative, otherwise the
gradient w.r.t. φ will always be zero. " in 3.1 section, the paragraph under equation (4).
May I ask why the gradient will be zero? I think the Eq.4 describes a function of φ and I find the algorithm in appendix doesn't use second order derivative to update φ.
Thanks ahead!

Batch normalization flag issue

Hi, thank you for sharing your code.

In the conv_block() function in layers.py, tf.contrib.layers.batch_norm() is used without the is_training flag modification.

Since the flag controls to update the running means, the normalization layers collect query data information during the meta test stage.

Could you explain about the batch normalization layer in your code? Thank you.

Path error: mimgnet_5shot

I am doing training based on your code and match the results mentioned in your paper. However, when I tried to train on mimgnet_5shot.sh file it gives an ambiguous error without any reason. I checked all the parameters and path, everything is fine.

Command
./runfiles/metadrop_mimg_5shot.sh

Traceback (most recent call last):
  File "main.py", line 227, in <module>
    meta_test()
  File "main.py", line 167, in meta_test
    saver.restore(sess, os.path.join(args.savedir, 'model'))
  File "/home/khawar/anaconda3/envs/py35/lib/python3.5/site-packages/tensorflow/python/training/saver.py", line 1538, in restore
    + compat.as_text(save_path))
ValueError: The passed save_path is not a valid checkpoint: ./results/metadrop/mimgnet_5shot/model

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.