-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Codebase writes malformed learned*ft.json
files
#64
Comments
Hi @yangengineering, I can't reproduce this bug. Best, |
I follow the installation instructions and use the four 3090. I note in the last issue that someone also has this problem, but I don't know why did this thing happen |
this question is the same as issue 13 |
Hi @yangengineering, Yes this was an issue, but we debugged and fixed this (as indicated in issue #13) in this PR #15. When did you clone this repository? For now, I suggest you just delete the ones that are malformed. Looking at this now, the only thing I can think of is adding: Line 385 in 28afbc1
to: if args.exemplar_replay_selection and utils.is_main_process(): as maybe multiple processes are trying to write to the files, causing this issue? |
Also, please update if this works so I can fix this issue permanently. Best, Orr |
learned*ft.json
files
@orrzohar Bests, |
@orrzohar Best, |
Hi Zhenni, Di you see the 11.jpg file? does is exist or just not there at all? Orr |
Dear orr,
Thanks for your opening code again, but when I use this code, I found a question about exemplar_replay_prev_file. When I finish the code
![5c7afff3b5c2f00b7b16e30a8f37ddd](https://private-user-images.githubusercontent.com/117337127/345881864-eddec978-ef91-477b-9c2e-9007df47313f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MzM1NjgsIm5iZiI6MTczOTYzMzI2OCwicGF0aCI6Ii8xMTczMzcxMjcvMzQ1ODgxODY0LWVkZGVjOTc4LWVmOTEtNDc3Yi05YzJlLTkwMDdkZjQ3MzEzZi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQxNTI3NDhaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02MzJjZjI0NThiNDQxNmY1NDBiZGY1YzZmNWFhYzQ5YTRiMjY1MmY4YjBhMTEwZjUyOTk2MTc2YjZlODU0MjE2JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.jblyQc5zNGiAO0Wir5EPYVdZ7rXVijPtJiOO_hmlpsI)
PY_ARGS=${@:1}
python -u main_open_world.py
--output_dir "${EXP_DIR}/t2" --dataset TOWOD --PREV_INTRODUCED_CLS 20 --CUR_INTRODUCED_CLS 20
--train_set 'owod_t2_train' --test_set 'owod_all_task_test' --epochs 51
--model_type 'prob' --obj_loss_coef 8e-4 --obj_temp 1.3 --freeze_prob_model
--wandb_name "${WANDB_NAME}_t2"
--exemplar_replay_selection --exemplar_replay_max_length 1743 --exemplar_replay_dir ${WANDB_NAME}
--exemplar_replay_prev_file "learned_owod_t1_ft.txt" --exemplar_replay_cur_file "learned_owod_t2_ft.txt"
--pretrain "${EXP_DIR}/t1/checkpoint0040.pth" --lr 2e-5
--resume ./exps/MOWODB/PROB/t2/checkpoint0050.pth
${PY_ARGS}
There are some images can't be found as follows (such as 02):
I must delete these images' name by myself, and then the next code can be running.
I don't know why did this thing happen. I am looking forword to your help.
Bests,
Zhenni Yang
The text was updated successfully, but these errors were encountered: