Giter VIP home page Giter VIP logo

gdvb's Issues

Missing file when running distill on dave

Hi,

I got this error msg in the logs when running python -m gdvb configs/dave.toml train 10 after generated the CA.

(.venv) lli@SushiRoll:~/tools/GDVB/results$ cat dave.10/dis_log/dave.00443_0.132.out 
WARNING  2024-02-08 19:57:31,116 (r4v.nn) auto_pad is deprecated: (VALID)
WARNING  2024-02-08 19:57:31,144 (r4v.nn) auto_pad is deprecated: (VALID)
WARNING  2024-02-08 19:57:31,173 (r4v.nn) auto_pad is deprecated: (VALID)
WARNING  2024-02-08 19:57:31,198 (r4v.nn) auto_pad is deprecated: (VALID)
WARNING  2024-02-08 19:57:31,216 (r4v.nn) auto_pad is deprecated: (VALID)
Process Process-1:
Traceback (most recent call last):
  File "/home/lli/anaconda3/envs/gdvb/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap
    self.run()
  File "/home/lli/anaconda3/envs/gdvb/lib/python3.6/multiprocessing/process.py", line 93, in run
    self._target(*self._args, **self._kwargs)
  File "/home/lli/tools/GDVB/lib/R4V/r4v/distillation/__init__.py", line 190, in distill
    train_loader = get_data_loader(config.data.train)
  File "/home/lli/tools/GDVB/lib/R4V/r4v/distillation/data.py", line 323, in get_data_loader
    return udacity_driving(data_config)
  File "/home/lli/tools/GDVB/lib/R4V/r4v/distillation/data.py", line 367, in udacity_driving
    data_config.teacher.path, data_config.student.path, transforms=[teacher_transform,student_transform]
  File "/home/lli/tools/GDVB/lib/R4V/r4v/distillation/data.py", line 128, in __init__
    with open(interpolated_csv) as f:
FileNotFoundError: [Errno 2] No such file or directory: 'data/udacity.sdc.100/training/interpolated.csv'

It looks like the training data is missing for dave?
For `mnist_tiny' the training data directory appears as soon as I start the training, but this is not the case for dave.
Could you tell me where to fetch the traning data? Thanks.

Linhan

Files not created in ./results/mnist_tiny.10/dis_model/

Hello,

After running the following command python -m gdvb configs/mnist_tiny.toml train 10, the corresponding result files were not created in the mentioned folder ./results/mnist_tiny.10/dis_model. Any idea why is that happening?

Wissal

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.