facebookresearch / facebookresearch/CASAL

Missing UTILS and data directories in the repository

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
5
Forks
3
PR merge metrics
No merged PRs in 30d

Description

Hi, thanks for releasing this great work.

I am trying to reproduce the results using the code from this repository.
However, when running:

```
python run_casal_steering.py
```

I encountered the following error:

```
ModuleNotFoundError: No module named 'UTILS'
```

The code imports:

```
from UTILS.hook_utils import add_hooks
```

But the `UTILS` directory (and `hook_utils.py`) does not appear to exist in the repository.

My current repository structure looks like:

```
CASAL-main
├── ACTIVATION_PCA
├── CASAL
├── CONFIG
├── EVAL
├── MODEL
├── run_casal_steering.py
```

It seems that some files or directories (such as `UTILS` and possibly related utility scripts) might be missing.

Could you please confirm whether the repository is complete?
If some files are missing, would it be possible to provide the full implementation (e.g., the `UTILS` directory or relevant utility code)?

Thanks a lot for your help!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.