Kenneth Tang
Kenneth Tang
I did not turn on the whitelist mode, but the following error occurred. `Registry whitelist check failed for image mcr.microsoft.com/mssql/server:latest` How should I set?
``` string modelPath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "20180408-102900.pb"); var graph = new Graph(); if (graph.Import(modelPath)) { var test = graph.get_operations(); Tensor _ = graph.get_operation_by_name("input"); } ``` 1. test nothing 2. The name...
I get the following message when using np.roll. Index was outside the bounds of the array ``` var a = np.arange(10); a.roll(5, 1); Console.WriteLine(a.ToString()); ```
## Description Use Azure pipeline 10 Free parallel jobs for public projects ## Motivation and Context - [x] I have raised an issue to propose this change ([required](https://github.com/hill-a/stable-baselines/blob/master/CONTRIBUTING.md) for new...
Hi, Your example can support different image objects, but the nuget version can't do this. Hope you can publish new version to nuget Thanks
#### Expected Behavior The initial margin changes with leverage, but TotalMarginUsed is always the same. Is this correct? #### Actual Behavior `self.AddCryptoFuture("BTCUSDT", leverage=1)`  `self.AddCryptoFuture("BTCUSDT", leverage=10)`  #### Reproducing the...
Hi @adshao, https://binance-docs.github.io/apidocs/futures/en/#get-funding-rate-history
Increasing data indefinitely may cause the memory space to run out. The project I am developing requires strict memory management. So I think need add retention days in InMemoryStorageOptions. Thank...
Looking forward to the support for AMD GPUs on the backend. https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#hipblas
Hi, how should I reserve memory resources? Should I use gonb cache? Cell 1 ``` var stream *Stream %% stream, _ = Stream.CreatStream() ``` Cell 2 ``` %% stream.ToByteArray() ```...