This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-12-30
Channels
- # aleph (25)
- # announcements (20)
- # babashka (29)
- # babashka-sci-dev (12)
- # beginners (27)
- # biff (3)
- # clojure (29)
- # clojure-europe (21)
- # clojure-nl (1)
- # clojure-norway (1)
- # clojurescript (3)
- # clr (5)
- # code-reviews (4)
- # data-science (7)
- # datahike (6)
- # datascript (3)
- # emacs (9)
- # fulcro (5)
- # graalvm (10)
- # malli (15)
- # nbb (7)
- # off-topic (17)
- # pathom (9)
- # polylith (4)
- # practicalli (15)
- # reitit (3)
- # releases (2)
- # rum (1)
- # shadow-cljs (73)
- # squint (34)
- # tools-deps (3)
- # xtdb (11)
https://open.substack.com/pub/garymarcus/p/is-chatgpt-really-a-code-red-for I think physics exams questions can probably be reworked to reveal the lack of common sense reasoning abilities in LLMs.
Hemingway famously said there are two ways things play out; gradually first, then suddenly ;)
{:paths ["src"]
:deps {techascent/tech.ml.dataset {:git/url "[email protected]:techascent/tech.ml.dataset.git"
:git/sha "e58a1b8aed097ce7cd84a46f9cfe686fd37c18f8"}}}
(ns hello)
(require '[tech.v3.dataset :as ds])
1. Caused by java.lang.ClassNotFoundException
tech.v3.dataset.Text
URLClassLoader.java: 445 http://java.net.URLClassLoader/findClass
is this a legit bug or am I missing something? had a similar error with 6.104 but another classIn dtype-next
, is there an efficient way of filtering the rows of a 2d tensor by a 1d tensor of boolean values, such that only the true
indices are selected, in a manner similar to numpy slicing?
using tensor/select
or datatype/indexed-buffer
with boolean values casts them into 0s and 1s, returning the values at those index positions.