Giter Club home page Giter Club logo

Comments (5)

subeeshvasu avatar subeeshvasu commented on June 16, 2024

Are u using the training code of EDSR guys? (If yes, then have a look at - sanghyun-son/EDSR-PyTorch#103) I do remember having the same error when I tried their code for the first time, but then I might have made some changes to get it run, I just don't remember. Let me know which code you are running? and also the line number and filename that throws this error.

from 2018_subeesh_epsr_eccvw.

shazib-summar avatar shazib-summar commented on June 16, 2024

I'll look into it

from 2018_subeesh_epsr_eccvw.

shazib-summar avatar shazib-summar commented on June 16, 2024

Im using your code. The line is this one. I tried it on Colab as well. I've tried the issue in the link that you provided, but nothing helpful.

Traceback (most recent call last):
  File "main.py", line 13, in <module>
    loader = data.Data(args)
  File "/content/2018_subeesh_epsr_eccvw/EPSR_testcode/code/data/__init__.py", line 19, in __init__
    trainset = getattr(module_train, args.data_train)(args)
AttributeError: module 'data.div2k' has no attribute 'DIV2K'

from 2018_subeesh_epsr_eccvw.

subeeshvasu avatar subeeshvasu commented on June 16, 2024

Are you not familiar with Python? My code is not for training, it's only for testing. If you are planning to run training, you should use all the code snippets from EDSR, which has this missing module namely "DIV2K".

from 2018_subeesh_epsr_eccvw.

shazib-summar avatar shazib-summar commented on June 16, 2024

Yes, you're right. Thank you for your help.

from 2018_subeesh_epsr_eccvw.

Related Issues (6)

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.