Code Monkey home page Code Monkey logo

pixyzoo's Issues

mismatch file format in GQN

GQN/dataset/convert2torch.py generate data files compressed by gzip.
But GQNDataset class expect uncompressed files.

The following error occurred when I executed GAN/train.py with the directory generated by convert2torch.py.

Traceback (most recent call last):
  File "train.py", line 94, in <module>
    x_data_test, v_data_test = next(iter(test_loader))
  File "/home/hoge/venv/pytorch-py36-cuda9/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 615, in __next__
    batch = self.collate_fn([self.dataset[i] for i in indices])
  File "/home/hoge/venv/pytorch-py36-cuda9/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 615, in <listcomp>
    batch = self.collate_fn([self.dataset[i] for i in indices])
  File "/home/hoge/work/pixyzoo/GQN/gqn_dataset.py", line 32, in __getitem__
    data = torch.load(scene_path)
  File "/home/hoge/venv/pytorch-py36-cuda9/lib/python3.6/site-packages/torch/serialization.py", line 365, in load
    f = open(f, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: 'dataset/rooms_ring_camera-torch/train/1414.pt'

GQN Convert TFrecords script

I am trying to reproduce the results and couldn't find the GQN/dataset/convert2torch.py file. I believe it wasn't added to the repository?
Thanks

Loss

Hi,

Many thanks for your contribution on implementing GQN.

Recently, I implemented GQN. After the training on rooms_ring_camera, I found that the loss will converge to around 6950 after 200K iterations, which means after the sigma decrease to 0.7, the loss will maintain at a stable level. But in their original paper, the final loss is just 6.1. I don’t understand the where is the problem. Do you have the same problem? Many thanks in advance!

Looking forward to your reply!

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.