Hi, I have some question about model package in main2.py #2
Answered
by
yazdanimehdi
ParkJeongHo-code
asked this question in
Q&A
-
Hi, I'm master course student in Chungbuk national university in South Korea. I have some question about package that name is model existing in main2.py. I can't find the package. I was think the package should be install, since there are no code file that name is model.py in your repository. I wanna know what should i do for using model package. |
Beta Was this translation helpful? Give feedback.
Answered by
yazdanimehdi
Oct 12, 2022
Replies: 1 comment 1 reply
-
Hello, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yazdanimehdi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Try importing DTITAG from model_abiliation.py. The model does not have any impact on the code, and you can go ahead and remove the import line.
I have corrected this in the main2.py.