並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 8 件 / 8件

新着順 人気順

dependentの検索結果1 - 8 件 / 8件

  • GitHub - JFryy/qq: jq inspired (and gojq dependent) interoperable config format transcoder with interactive querying.

    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

      GitHub - JFryy/qq: jq inspired (and gojq dependent) interoperable config format transcoder with interactive querying.
    • Zoology (Blogpost 2): Simple, Input-Dependent, and Sub-Quadratic Sequence Mixers

      Table 1: Perplexity of 355 million parameter models trained for 10 billion tokens on the Pile. Yet, some subquadratic gated-convolutions match attention on the non AR slice! Can we capture the strengths of both gated convolutions and attention in one purely sub-quadratic architecture? We find the AR gap is because gated convolution models (e.g. Hyena, H3, RWKV, RetNet) need model dimension that sc

        Zoology (Blogpost 2): Simple, Input-Dependent, and Sub-Quadratic Sequence Mixers
      • GitHub - nashaofu/node-screenshots: Zero-dependent. A native nodejs screenshots library for Mac、Windows、Linux.

        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

          GitHub - nashaofu/node-screenshots: Zero-dependent. A native nodejs screenshots library for Mac、Windows、Linux.
        • Dependent types in Haskell, Part 2

          At Serokell, we have a dedicated team working on GHC. The primary goal is to help add dependent types to Haskell, as outlined in GHC proposal #378, Design for Dependent Types. This is a complex undertaking with a wide range of challenging problems. The aim of this blog series is to provide regular updates on the work we have done, the obstacles we have encountered, and the breakthroughs we have ac

            Dependent types in Haskell, Part 2
          • Dependent types in Haskell

            At Serokell, we have been working hard for some time now to help add dependent types to Haskell. It is the primary goal of our dedicated GHC team, currently consisting of Vladislav Zavialov and Andrei Borzenkov. We have occasionally shared our progress on Discourse in the past, though in an irregular manner, which has left some wondering if we are still actively working on it. Yes, we are! However

              Dependent types in Haskell
            • `dependent: :destroy`のhas_one関連レコードbuild時の奇妙な挙動 - Qiita

              ある時、has_oneの関連レコードがすでに紐づいている状態で、build_association_nameで新たなレコードを作成しsaveをしても、特にエラーなどが起きずレコードが置き換わっていることに気づきました。 この挙動が奇妙だったため何が起きているのか調査をしてみることにしました。 has_oneのbuild_associationでDELETEが実行されていた rails7.1.2で以下のようなモデルを使って検証をしてみます。 ポイントはhas_oneに対してdependent: :destroyのオプションを与えている点です。 class Supplier < ApplicationRecord has_one :account, dependent: :destroy end class Account < ApplicationRecord belongs_to :sup

                `dependent: :destroy`のhas_one関連レコードbuild時の奇妙な挙動 - Qiita
              • dependentオプションまとめ[Ruby on Rails] - Qiita

                ここで、userが削除された場合、userに紐づいているpostsをどうするかをdependentオプションで指定できる userと一緒にpostsを削除する場合 パターン1 class User < ActiveRecord::Base has_many :posts, dependent: :destroy end

                  dependentオプションまとめ[Ruby on Rails] - Qiita
                • Railsのdependent: :restrict_with_error と :restrict_with_exception はなにが違うのか - その辺にいるWebエンジニアの備忘録

                  こんにちは!kossyです! さて、今回はRailsのdependentオプションに指定できる、 restrict_with_error と restrict_with_exception はなにが違うのかについて、 ブログに残してみたいと思います。 環境 Ruby 2.6.3 Rails 6.0.3 MacOS Catalina そもそもdependentオプションとは? まずはドキュメントを読んでみましょう。 Controls what happens to the associated objects when their owner is destroyed: そのレコードが破棄されたときに、関連付けられたオブジェクトに何が起こるかを制御します。 出典: https://edgeguides.rubyonrails.org/association_basics.html#optio

                    Railsのdependent: :restrict_with_error と :restrict_with_exception はなにが違うのか - その辺にいるWebエンジニアの備忘録
                  1