Antonio

Results 17 issues of Antonio

Hi, Is there a way to load inception_v4 weights from a custom .pb tensorflow model? The weights are different than the one from the original inception but the architechture is...

Hi, Since t-SNE is increasingly used to visualize neural networks outputs (and their layers), it would be extremely helpful to have an implementation of t-SNE in pytorch, in particular the...

Hi, nice repo! I noticed the code does not work on imagenet. It is a input dimensionality problem. It would be very nice if you could fix it!

Hi, Would it be possible to add a note to the README.md file describing how this compares to bazel-diff or bazel-differ? Is this considered the 'official' option for use with...

### What is the current behavior? Hi, `ts_config` rule at the moment does not allow to specify `data` dependencies. ### Describe the feature My `tsconfig.json` sets the following options: `"types":...

enhancement

## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...

kind/enhancement

Hi, I am having problem with my `buf cli` (verison 1.54.0) I have the following `buf.yaml` file: ```yaml version: v2 modules: - path: src lint: use: - STANDARD ``` This...

Hi, I am calling `create_review_comment` as follows: ```python pr.create_review_comment( body=body, commit=last_commit, path=path, line=line, side='RIGHT', subject_type='line', ) ``` but I'm getting the following error: ``` github.GithubException.GithubException: Invalid request. No subschema in...

Hi, I am evaluating using connectRPC instead of gRPC. One of the appealing features would be better support for nextJS. I wanted to ask if the plugin is still actively...

enhancement

Hi, The emulators UI keeps raising a bunch of 'connection refused' errors in the "auth" tab (only visible in the console). Sample: ``` WebSocket connection to 'ws://127.0.0.1:9150/requests' failed: WebSocket connection...