You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am interested to run the code on LEVIR-dataset for comparison, I have setup Linux on my system using CMD. i have clone the ChangeFormer into it. Next steps are as follow:
wsl
cd ~/ChangeFormer
$ python3 demo_LEVIR.py
(when i run this command i got error
aysha@DESKTOP-9U7U2SJ:~/ChangeFormer$ python3 demo_LEVIR.py
initialize network with normal
cuda:0
Traceback (most recent call last):
File "/home/aysha/ChangeFormer/demo_LEVIR.py", line 66, in
model.load_checkpoint(args.checkpoint_name)
File "/home/aysha/ChangeFormer/models/basic_model.py", line 42, in load_checkpoint
raise FileNotFoundError('no such checkpoint %s' % checkpoint_name)
FileNotFoundError: no such checkpoint best_ckpt.pt )
after that i am going to a link to dowload it from google colab, where i have uploaded the model file :
I am interested to run the code on LEVIR-dataset for comparison, I have setup Linux on my system using CMD. i have clone the ChangeFormer into it. Next steps are as follow:
(when i run this command i got error
aysha@DESKTOP-9U7U2SJ:~/ChangeFormer$ python3 demo_LEVIR.py
initialize network with normal
cuda:0
Traceback (most recent call last):
File "/home/aysha/ChangeFormer/demo_LEVIR.py", line 66, in
model.load_checkpoint(args.checkpoint_name)
File "/home/aysha/ChangeFormer/models/basic_model.py", line 42, in load_checkpoint
raise FileNotFoundError('no such checkpoint %s' % checkpoint_name)
FileNotFoundError: no such checkpoint best_ckpt.pt )
after that i am going to a link to dowload it from google colab, where i have uploaded the model file :
i am facing error each time failed: Network is unreachable.
after that i manually download and insert the best_ckpt.pt file in folder.
The text was updated successfully, but these errors were encountered: