GithubHelp home page GithubHelp logo

Comments (6)

traveller59 avatar traveller59 commented on June 23, 2024 3

try to use absolute path for model dir, i will attempt to fix relative path problem later.

from second.pytorch.

Benzlxs avatar Benzlxs commented on June 23, 2024

Does the directory, ./predicts, exist or not?
Make sure "/path/to/model_dir" doesn't exist if you want to train new model. A new directory will be created if the model_dir doesn't exist, otherwise will read checkpoints in it.

from second.pytorch.

godspeed1989 avatar godspeed1989 commented on June 23, 2024

The directory ./predicts is a new directory created by train.py
But the path predicts/predicts/voxelnet-2487.tckpt is incorrect. The correct path should be predicts/voxelnet-2487.tckpt.

from second.pytorch.

gujiaqivadin avatar gujiaqivadin commented on June 23, 2024

The directory ./predicts is a new directory created by train.py
But the path predicts/predicts/voxelnet-2487.tckpt is incorrect. The correct path should be predicts/voxelnet-2487.tckpt.

Hello, Did you solve the problem of path? I meet the same problem with you, and have no idea how to sovle it. It turned out to be "model16/model16/voxelnet-2220.tckpt", but "model16/voxelnet-2220.tckpt" is the correct path.

from second.pytorch.

zmlll avatar zmlll commented on June 23, 2024

The directory ./predicts is a new directory created by train.py
But the path predicts/predicts/voxelnet-2487.tckpt is incorrect. The correct path should be predicts/voxelnet-2487.tckpt.

Hello, Did you solve the problem of path? I meet the same problem with you, and have no idea how to sovle it. It turned out to be "model16/model16/voxelnet-2220.tckpt", but "model16/voxelnet-2220.tckpt" is the correct path.

hi,i meet the same problem ,have you solved this problem? how to deal with it ? please give me an answer ,thanks

from second.pytorch.

huangbinz avatar huangbinz commented on June 23, 2024

I meet the same problem and solved it, record to help others.

modify line 100 of second.pytorch/torchplus/train/checkpoint.py from ckpt_to_delete = all_ckpts.pop(0) to ckpt_to_delete = Path(all_ckpts.pop(0)).name

from second.pytorch.

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.