suggestions

This commit is contained in:
Dobromir Popov
2025-02-12 01:38:05 +02:00
parent 33a5588539
commit c8b0f77d32
10 changed files with 109 additions and 10 deletions

View File

@ -219,4 +219,4 @@ if __name__ == '__main__':
print("Future Candle Prediction Shape:", future_candle_pred.shape) # Expected: [batch_size, 1, 5]
print("Future Volume Prediction Shape:", future_volume_pred.shape) # Expected: [batch_size, 1, 1]
print("Future Ticks Prediction Shape:", future_ticks_pred.shape) # Expected: [batch_size, 30, 2]
print("Future Ticks Prediction Shape:", future_ticks_pred.shape) # Expected: [batch_size, 30, 2]