Git Product home page Git Product logo

neural-ode's People

Contributors

khakhulin avatar mknbv avatar saparina 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

Watchers

 avatar  avatar  avatar

neural-ode's Issues

DataLoader Error

Hi Irina,

Thanks for this great work.
I am having an issue with DataLoader of Pytorch, it seems giving memory error or something. Can you help how to handle this? Actually it is MNIST, loading should not matter. I decreased the batch to 1 as well, but still having the same issue.

Traceback (most recent call last):
File "./experiments/train.py", line 103, in
train_loss_all.append(train(epoch, train_loader, model, optimizer, device))
File "./experiments/train.py", line 43, in train
for batch_idx, (data, target) in tqdm(enumerate(train_loader), total=len(train_loader)):
File "/home/yagmur/anaconda3/envs/ode/lib/python3.6/site-packages/tqdm/_tqdm.py", line 1005, in iter
for obj in iterable:
File "/home/yagmur/anaconda3/envs/ode/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 576, in next
idx, batch = self._get_batch()
File "/home/yagmur/anaconda3/envs/ode/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 553, in _get_batch
success, data = self._try_get_batch()
File "/home/yagmur/anaconda3/envs/ode/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 519, in _try_get_batch
raise RuntimeError('DataLoader worker (pid(s) {}) exited unexpectedly'.format(pids_str))
RuntimeError: DataLoader worker (pid(s) 5169, 5170) exited unexpectedly

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.