Traceback (most recent call last):
File "F:\code\PathoDuet-main\main_bridge.py", line 497, in
main()
File "F:\code\PathoDuet-main\main_bridge.py", line 171, in main
main_worker(args.gpu, ngpus_per_node, args)
File "F:\code\PathoDuet-main\main_bridge.py", line 204, in main_worker
model = moco.builder.PatchPositioning(
AttributeError: module 'moco.builder' has no attribute 'PatchPositioning'
Hello, I downloaded the main-bridge code , run directly and encountered continuous errors. I noticed that there is no code related to patchpositioning defined in builder.py. Could it be that there is a problem with the code?