altawil commited on
Commit
8e923f7
·
verified ·
1 Parent(s): f920b87

Update model_definition.py

Browse files
Files changed (1) hide show
  1. model_definition.py +1 -3
model_definition.py CHANGED
@@ -1192,9 +1192,7 @@ class InterfuserModel(nn.Module):
1192
  # هذا هو المصدر الوحيد للحقيقة لجميع الإعدادات وعملية تحميل النموذج.
1193
  # ==============================================================================
1194
 
1195
- import logging
1196
- import torch
1197
- from interfuser_model import Interfuser # تأكد من أن اسم ملف النموذج صحيح
1198
 
1199
  def get_master_config(model_path="model/best_model.pth"):
1200
  """
 
1192
  # هذا هو المصدر الوحيد للحقيقة لجميع الإعدادات وعملية تحميل النموذج.
1193
  # ==============================================================================
1194
 
1195
+
 
 
1196
 
1197
  def get_master_config(model_path="model/best_model.pth"):
1198
  """