stuff
stuff copied to clipboard
Stuff I uploaded to share online or to access from a different machine
Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.4 to 2.7.2. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...
Hi, how do you modify your matmul.py to TF2? https://github.com/yaroslavvb/stuff/blob/master/matmul_benchmark.py I tried and replaced `opt_level=tf.OptimizerOptions.L0` with the following `tf.compat.v1.OptimizerOptions(opt_level=-1)` but there is huge variation from run to run.
Bumps [flask](https://github.com/pallets/flask) from 0.12.2 to 1.0. Release notes *Sourced from [flask's releases](https://github.com/pallets/flask/releases).* > ## 1.0 > The Pallets team is pleased to release Flask 1.0. [Read the announcement on our...
When I run tf.svd on some matrices, I come across the same issue. Do you have any suggestions to address it?
I've been trying to use the linearize function, however it won't run the model - it just hangs after creating the contexts. I've taken out the staging areas to ensure...
https://github.com/yaroslavvb/stuff/blob/8b3cb66cd2bedd90c521e2402cca66afd8a766bd/ericyue-slowreader/benchmark.py#L59 just as following _, serialized_example = reader.read_up_to(filename_queue, enqueue_many_size *batch_size)
Helli @yaroslavvb, In https://stackoverflow.com/questions/41804380/testing-gpu-with-tensorflow-matrix-multiplication, you claimed that your matmul_benchmark.py avoided common pitfalls. Can you please list them out ? I can see that you have, 1. Avoided counting time take...
Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.4 to 2.9.3. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.9.3 Release 2.9.3 This release introduces several vulnerability fixes: Fixes an overflow in tf.keras.losses.poisson (CVE-2022-41887) Fixes a...