Skip to content
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

SAN Training error #69

Open
UmirT opened this issue Jul 28, 2020 · 3 comments
Open

SAN Training error #69

UmirT opened this issue Jul 28, 2020 · 3 comments

Comments

@UmirT
Copy link

UmirT commented Jul 28, 2020

I have started to train SAN but I have some mistake that I could not understand in line:

start train itn-cpm model

itn_cpm = models.dict[args.arch](args.modelconfig, args.cycle_model_path)
procedure.train_san_epoch(args, itn_cpm, train_loader, eval_loaders, log)
Error:
AttributeError: 'ITN_CPM' object has no attribute 'module'
Can you help me with this error?

@sevaraMS
Copy link

Sorry it was my mistake. In training process i used .DET, but when we train with our dataset we have to use .GTB

@D-X-Y
Copy link
Owner

D-X-Y commented Nov 6, 2020

Cool~

@D-X-Y D-X-Y closed this as completed Nov 6, 2020
@D-X-Y
Copy link
Owner

D-X-Y commented Nov 6, 2020

@UmirT Did you still have this issue with the latest code?

@D-X-Y D-X-Y reopened this Nov 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants