fix emojies
This commit is contained in:
@@ -1052,7 +1052,7 @@ class TradingTransformerTrainer:
|
||||
|
||||
# Move model to device
|
||||
self.model.to(self.device)
|
||||
logger.info(f"✅ Model moved to device: {self.device}")
|
||||
logger.info(f"Model moved to device: {self.device}")
|
||||
|
||||
# Log GPU info if available
|
||||
if torch.cuda.is_available():
|
||||
|
||||
@@ -2794,7 +2794,7 @@ class EnhancedRealtimeTrainingSystem:
|
||||
)
|
||||
|
||||
if checkpoint_path:
|
||||
logger.info(f"💾 Saved checkpoint for {model_name}: {checkpoint_path} (loss: {loss:.4f})")
|
||||
logger.info(f"Saved checkpoint for {model_name}: {checkpoint_path} (loss: {loss:.4f})")
|
||||
|
||||
except Exception as e:
|
||||
logger.error(f"Error saving checkpoint for {model_name}: {e}")
|
||||
Reference in New Issue
Block a user