Git Product home page Git Product logo

Comments (4)

jbegaint avatar jbegaint commented on August 22, 2024

Hi, thanks for the report!
Did you train a model based on the bmshj2018-factorized architecture? or the toy network in the example training file?
Can you run print(torch.load("checkpoint_best_loss.pth.tar").keys()) ?

from compressai.

lizhuding avatar lizhuding commented on August 22, 2024

Hi, thanks for the report!
Did you train a model based on the bmshj2018-factorized architecture? or the toy network in the example training file?
Can you run print(torch.load("checkpoint_best_loss.pth.tar").keys()) ?

Thanks so much for your quick reply!
I trained the model in the example training file:
python3 examples/train.py -d /path/to/my/image/dataset/ --epochs 300 -lr 1e-4 --batch-size 16 --save , just replace my own dataset; So what should i use about the argument "-a ?"
when i run the :"print(torch.load("checkpoint_best_loss.pth.tar").keys())", got "dict_keys(['epoch', 'state_dict', 'loss', 'optimizer', 'aux_optimizer'])"

from compressai.

jbegaint avatar jbegaint commented on August 22, 2024

ok thanks, so the toy model in the example training file is not defined in the reference compressai models. If you want to use compressai.utils.eval_model you need to use one of the implemented architectures or add support for a custom architecture.

from compressai.

zhchma51 avatar zhchma51 commented on August 22, 2024

ok thanks, so the toy model in the example training file is not defined in the reference compressai models. If you want to use compressai.utils.eval_model you need to use one of the implemented architectures or add support for a custom architecture.

Hi, I trained the model in the following command:
python3 examples/train.py -m bmshj2018-factorized -d images
--batch-size 16 -lr 1e-4 --save --cuda
bmshj2018-factorized is the default architecture. However, when I evaluate the model with the command:
python -m compressai.utils.eval_model checkpoint images/test
-a bmshj2018-factorized -p checkpoint.pth.tar
I got the error:
File "/project/6003167/compressai/compressai/models/google.py", line 285, in from_state_dict
N = state_dict["g_a.0.weight"].size(0)
KeyError: 'g_a.0.weight'

from compressai.

Related Issues (20)

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.