Victor Kiselev

Results 8 issues of Victor Kiselev

added dedicated section for azure pricing tools

Hi, I`ve converted the model using that code: ``` from winmltools.utils import convert_float_to_float16 from winmltools.utils import load_model, save_model import struct onnx_model = load_model('10.onnx') new_onnx_model = convert_float_to_float16(onnx_model) save_model(new_onnx_model, '10_fp16.onnx') ``` from...

**Describe the bug** The status for task sometimes shows that it working but it's not. Here is the example ![image](https://user-images.githubusercontent.com/6171245/56387319-b4a05400-622c-11e9-9f90-f4d234e392b5.png) The task already cleaned from the node but it still...

- If it possible please add "select all" ability in task lists to do a bulk delete for example. - The sorting in tables will be awesome too. For example...

:world_map: feature

## Bug description Ability to remove "close account" and "unsubscribe" buttons from user profile. ## Reproduction steps 1. Go to developer portal 2. Click on sign in 3. Click to...

(t) Feature request

added distance to GeoNames datacontract

## Bug description Developer portal in "try mode" does not handle redirect policy correctly ## Reproduction steps 1. Create API 2. add policy that will do redirect via: ``` https://xxxxx.blob.core.windows.net/latest/yyyy.blob...

added centralmind/gateway - MCP API generator