Git Product home page Git Product logo

singan-nnabla's Introduction

trophy

Anurag's github stats

๐Ÿ“– About me

  • ๐Ÿ’ป Research Scientist @ Sony Research (2020/10/1 - Present)
  • ๐ŸŽ“ Ph.D @ Keio University (2023)
  • ๐Ÿ”ฅ IPA MITOU super creator (2020)
  • โŒจ๏ธ Vimmer (a whole time)
  • ๐Ÿ‘€ Visit here for more information

๐Ÿš€ GitHub Projects

As an owner

As a contributor

singan-nnabla's People

Contributors

takuseno avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

singan-nnabla's Issues

How to train?

  • I am wondering about the unnecessary and redundant backward for the generator in this line of code:
    https://github.com/takuseno/singan-nnabla/blob/master/train.py#L230
  • According to the paper, the already-trained sub-networks e.g., at lower scales than the current n-th scale, are not updated when we train the sub-network at n-th scale. This is implemented in train.py?
  • In here, it is one-centered. Also, I am not sure why even the original author set axis=1 only.

Elaborate README

  • Add references
  • Add generation parts depending on types of applications, e.g, random sampling, super-resolution, animation, painting
  • Training time w/ (single) GPU

AttributeError: 'NoneType' object has no attribute 'shape'

Can anyone help, whole traceback is:
raceback (most recent call last):
File "main.py", line 16, in
Zs, reals, noise_amps = train(args)
File "D:\singan-nnabla-master\train.py", line 15, in train
reals = create_real_images(args)
File "D:\singan-nnabla-master\helper.py", line 68, in create_real_images
real_raw, args.min_size, args.max_size, args.scale_factor_init)
File "D:\singan-nnabla-master\helper.py", line 79, in calculate_scales
max_len = max([real_raw.shape[0], real_raw.shape[1]])
AttributeError: 'NoneType' object has no attribute 'shape'

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.