Ben Schreiber

Results 6 issues of Ben Schreiber

I am attempting to convert this model to ONNX using the [tf2onnx tool](https://github.com/onnx/tensorflow-onnx). The tool can take a frozen graph or saved model as input and produce an ONNX file....

Various links to checkpoint files in the [model zoo](https://nervanasystems.github.io/distiller/model_zoo.html) point to dead pages of the form "AllAccessDisabledAll access to this object has been disabled...". Example link: https://s3-us-west-1.amazonaws.com/nndistiller/pruning_filters_for_efficient_convnets/checkpoint.resnet56_cifar_baseline.pth.tar Additionally, the file...

### Brief Issue Summary Beginning with CMake 3.27, you can specify a Windows SDK version in `CMAKE_GENERATOR_PLATFORM`. This variable can also be set with `cmake -A` or the `architecture` field...

bug
fixed (release pending)

### Brief Issue Summary Consider the simple project `CMakeLists.txt` ```cmake cmake_minimum_required(VERSION 3.27) project(presetProblem) ``` `CMakePresets.json` ```json { "version": 6, "configurePresets": [ { "name": "foo" } ] } ``` `CMakeUserPresets.json` ```json...

bug
fixed (release pending)
regression

### Brief Issue Summary My project uses [TEST_INCLUDE_FILES](https://cmake.org/cmake/help/latest/prop_dir/TEST_INCLUDE_FILES.html) to generate labels for CTest tests at runtime. Our script prints a line `Generating test labels...` to stdout. This causes CMake Tools...

bug

### Describe the bug I selected the Abseil library, included `absl/log/log`, and wrote a Hello World type program that uses Abseil's `LOG` macro. The object file was generated, which indicates...

bug