Toby Boyd

Results 73 comments of Toby Boyd

We are having a similar issue internally. I realize that sounds absurd. Our current process exports from another tool and is never reading LEF/DEF. I wish I had an ETA....

We have added the [grouping (clustering) code](https://github.com/google-research/circuit_training/tree/main/circuit_training/grouping). This does require the netlist to already by in the protobuff structure which is documented [here](https://github.com/google-research/circuit_training/blob/main/docs/NETLIST_FORMAT.md). We are working with the third-party vendor...

I am sorry I did not see this 15 days ago. Can you sign the CLA in the link. -> Please visit https://cla.developers.google.com/. Once you've signed, follow the "New Contributors"...

The best solution will be to remove your computer as an author. I am not a git expert, but I suspect your computer was not meant to be an author...

Reverb also does not work on mac osx which is part of the tf-agents package. Using Docker is the best option. We have docker build scripts located [here](https://github.com/google-research/circuit_training/tree/main/tools/docker) and some...

@JCMiles I have failed before to set expectations. I am looking at distributed training (using multiple machines) on google cloud. To share the model I think you can put it...

Closing due to being stale.

atari-py no longer has the pong.rom included as mentioned above. I am not sure why but you can find by downloading the roms at the link it is suggesting you...

Couple things, you may want to look, which you likely already saw below linked. I want to stress my answer is very **sloppy** but I did some research and I...

@tjingrant If you are only doing one GPU I suggest checking out the official ResNet CIFAR-10 example. It is better maintained and uses more standard TensorFlow concepts. https://github.com/tensorflow/models/tree/master/official/resnet There will...