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
File "/root/miniconda3/lib/python3.8/site-packages/IPython/core/interactiveshell.py", line 3441, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "/tmp/ipykernel_93/1966616712.py", line 2, in
from openhands.apis.dpc import PretrainingModelDPC
File "/root/autodl-tmp/OpenHands/openhands/apis/init.py", line 2, in
from .dpc import PretrainingModelDPC
File "/root/autodl-tmp/OpenHands/openhands/apis/dpc.py", line 11, in
from ..models.ssl.dpc_rnn import DPC_RNN_Pretrainer,load_weights_from_pretrained
File "/root/autodl-tmp/OpenHands/openhands/models/ssl/init.py", line 1, in
from .dpc_rnn import DPC_RNN_Pretrainer, DPC_RNN_Finetuner
Traceback (most recent call last):
File "/root/miniconda3/lib/python3.8/site-packages/IPython/core/interactiveshell.py", line 3441, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "/tmp/ipykernel_93/1966616712.py", line 2, in
from openhands.apis.dpc import PretrainingModelDPC
File "/root/autodl-tmp/OpenHands/openhands/apis/init.py", line 2, in
from .dpc import PretrainingModelDPC
File "/root/autodl-tmp/OpenHands/openhands/apis/dpc.py", line 11, in
from ..models.ssl.dpc_rnn import DPC_RNN_Pretrainer,load_weights_from_pretrained
File "/root/autodl-tmp/OpenHands/openhands/models/ssl/init.py", line 1, in
from .dpc_rnn import DPC_RNN_Pretrainer, DPC_RNN_Finetuner
File "/root/autodl-tmp/OpenHands/openhands/models/ssl/dpc_rnn.py", line 53
self,
^
SyntaxError: non-default argument follows default argument
The text was updated successfully, but these errors were encountered: