microsoft / microsoft/PhysioPro
utilsd error
@chenyuqi990215 is already working on this.
Since Jul 24, 2024.
- Dominant language
- Python
- Stars
- 110
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I get the following error when running
!python -m physiopro.entry.train docs/configs/contiformer_mask_classification.yml --data.mask_ratio 0.3 --data.name Heartbeat :
Traceback (most recent call last):
File "/content/PhysioPro/utilsd/config/type_def.py", line 186, in load
t.validate(converted, ctx)
File "/content/PhysioPro/utilsd/config/type_def.py", line 135, in validate
typeguard.check_type(f'{converted} ({ctx.current_name})', converted, self.type)
TypeError: check_type() takes 2 positional arguments but 3 were given
Did a function in utilsd package change?
Thank you,
Richard
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.