Giter Site home page Giter Site logo

cavia's People

Contributors

leofeng-ca avatar lmzintgraf avatar vainaixr 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  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  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

cavia's Issues

split miniimagenet to train val and test

hello,
i ran the code for classification on google colab, downloading files on google drive.

the images folder containing 60,000 images crashes as google drive cannot handle so many files within one folder.

is a modification in the code, that is split into train, test and val folders, that contain images possible, this is the link for these splits
https://meta-transfer-learning.yaoyao-liu.com/download/

thanks

ok I was able to run it

Hyperparameter of image completion tasks

Hi, many thanks for your code, helping me a lot.
I cannot reproduce your results in the image completion task when the point number is set as 100 and 1000.
I think maybe I set some incorrect hyperparameters. Could you share your python command or hyperparameters with me? Thanks very much!

AssertionError: Running RL problem with MAML

Has anyone encountered a similar problem as me?

/home/qiuhao/anaconda3/lib/python3.7/site-packages/gym/spaces/box.py:128: RuntimeWarning: invalid value encountered in greater_equal
  return x.shape == self.shape and np.all(x >= self.low) and np.all(x <= self.high)
/home/qiuhao/anaconda3/lib/python3.7/site-packages/gym/spaces/box.py:128: RuntimeWarning: invalid value encountered in greater_equal
  return x.shape == self.shape and np.all(x >= self.low) and np.all(x <= self.high)
/home/qiuhao/anaconda3/lib/python3.7/site-packages/gym/spaces/box.py:128: RuntimeWarning: invalid value encountered in greater_equal
  return x.shape == self.shape and np.all(x >= self.low) and np.all(x <= self.high)
/home/qiuhao/anaconda3/lib/python3.7/site-packages/gym/spaces/box.py:128: RuntimeWarning: invalid value encountered in greater_equal
  return x.shape == self.shape and np.all(x >= self.low) and np.all(x <= self.high)
/home/qiuhao/anaconda3/lib/python3.7/site-packages/gym/spaces/box.py:128: RuntimeWarning: invalid value encountered in greater_equal
  return x.shape == self.shape and np.all(x >= self.low) and np.all(x <= self.high)
/home/qiuhao/anaconda3/lib/python3.7/site-packages/gym/spaces/box.py:128: RuntimeWarning: invalid value encountered in greater_equal
  return x.shape == self.shape and np.all(x >= self.low) and np.all(x <= self.high)
/home/qiuhao/anaconda3/lib/python3.7/site-packages/gym/spaces/box.py:128: RuntimeWarning: invalid value encountered in greater_equal
  return x.shape == self.shape and np.all(x >= self.low) and np.all(x <= self.high)
/home/qiuhao/anaconda3/lib/python3.7/site-packages/gym/spaces/box.py:128: RuntimeWarning: invalid value encountered in greater_equal
  return x.shape == self.shape and np.all(x >= self.low) and np.all(x <= self.high)
Process EnvWorker-8:
/home/qiuhao/anaconda3/lib/python3.7/site-packages/gym/spaces/box.py:128: RuntimeWarning: invalid value encountered in greater_equal
  return x.shape == self.shape and np.all(x >= self.low) and np.all(x <= self.high)
/home/qiuhao/anaconda3/lib/python3.7/site-packages/gym/spaces/box.py:128: RuntimeWarning: invalid value encountered in greater_equal
  return x.shape == self.shape and np.all(x >= self.low) and np.all(x <= self.high)
/home/qiuhao/anaconda3/lib/python3.7/site-packages/gym/spaces/box.py:128: RuntimeWarning: invalid value encountered in greater_equal
  return x.shape == self.shape and np.all(x >= self.low) and np.all(x <= self.high)
/home/qiuhao/anaconda3/lib/python3.7/site-packages/gym/spaces/box.py:128: RuntimeWarning: invalid value encountered in greater_equal
  return x.shape == self.shape and np.all(x >= self.low) and np.all(x <= self.high)
/home/qiuhao/anaconda3/lib/python3.7/site-packages/gym/spaces/box.py:128: RuntimeWarning: invalid value encountered in greater_equal
  return x.shape == self.shape and np.all(x >= self.low) and np.all(x <= self.high)
/home/qiuhao/anaconda3/lib/python3.7/site-packages/gym/spaces/box.py:128: RuntimeWarning: invalid value encountered in greater_equal
  return x.shape == self.shape and np.all(x >= self.low) and np.all(x <= self.high)
Process EnvWorker-2:
Process EnvWorker-6:
Process EnvWorker-1:
Process EnvWorker-10:
Process EnvWorker-12:
Process EnvWorker-39:
Process EnvWorker-5:
Process EnvWorker-21:
Process EnvWorker-14:
Process EnvWorker-3:
Process EnvWorker-23:
Traceback (most recent call last):
/home/qiuhao/anaconda3/lib/python3.7/site-packages/gym/spaces/box.py:128: RuntimeWarning: invalid value encountered in greater_equal
  return x.shape == self.shape and np.all(x >= self.low) and np.all(x <= self.high)
  File "/home/qiuhao/anaconda3/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap
    self.run()
  File "/home/qiuhao/qiuhaolovestudy/cavia/rl/envs/subproc_vec_env.py", line 46, in run
    if self.done else self.env.step(data))
  File "/home/qiuhao/anaconda3/lib/python3.7/site-packages/gym/wrappers/time_limit.py", line 16, in step
    observation, reward, done, info = self.env.step(action)
  File "/home/qiuhao/qiuhaolovestudy/cavia/rl/envs/navigation.py", line 54, in step
    assert self.action_space.contains(action)

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.