kechan

Results 26 issues of kechan

I ran into a problem while working with sum(...) in a separate module that depend on this one. I found that the base address returned by tempStore is different than...

Must be something basic I am missing. Here's my Package.swift: import PackageDescription let package = Package( name: "TestBasemath", dependencies: [ .package(url: "https://github.com/jph00/BaseMath.git", from: "1.0.0"), ], targets: [ .target( name: "TestBasemath",...

I realized when investigating method chaining (e.g. sub_) in my other issue, a significant amount of time is spent in instantiating Array that contains 0, and very often, they may...

Trying to motivate the case for method chaining for the "underscore" operations. I noticed there are a whole set of operations that end with underscore. I think I have seen...

I couldn't seem to find the protocol and its extension implementation of neg(...) for FloatVector. This would allow me to do this: let z = exp(-x) And internally apply a...

This may not be urgent at all. But it may come up. What kind of license is this project released under? I assume it is open-source broadly speaking, ;-). Also,...

This will be great for learning. I googled and it seemed to require tensorboard, not sure how easy this is if run in google colab.

I am able to do this through the web ui. But I would like to use a python client, and upload images to a project via RESTFUL. Is this possible...

Feature description --------- Labelling is a very manual and laborious task. It maybe great to have multiple means of input to reduce dragging and click of mouse, as well as...

feature request

I followed closely the hello world notebook, and added in required setup for TPU, and tried to run on google colab. Got some errors at contrastive_model.fit(...): ``` [/usr/local/lib/python3.7/dist-packages/tensorflow/python/framework/ops.py] in _numpy(self)...