Introduction作業メモ。Windowsからpushしようとすると色々エラーが発生し、いつも面倒だな、と思うので。 How to下記で対応。 1234567891011121314151617181920212223242526272829#!/bin/bashgit lfs install --skip...
前回の続き。 デモ (の続き)前回はプロジェクトにONNXファイルを追加し、コードが自動生成されることを確認しました。あと、前回記述を忘れましたが、アプリは .NET Core 3.0 です。 パッケージ追加生成されたコードは様々なパッケージに依存しています。 これを解決するために、nugetで下記のパッケー...
もう旬なネタでも無いですが。 What’s is ML.NET?docs.microsoft.comML.NET の概要とそのしくみ - ML.NEThttps://docs.microsoft.com/ja-jp/dotnet/machine-learning/how-does-mldotnet-workML...
Introduction作業メモ。基本の基本ですが。 How to単純に、alias 駄目でした。どういうときに駄目だったかというと Makefile でpython呼び出してもaliasだと反映前になっていたため。 対応は 1234#!/bin/bashsudo update-alternatives --in...
Introduction追加する作業のメモ。MacMiniのTimemachine復元に失敗したため再インストールしたので。 How toOSX側まず、秘密鍵、公開鍵を作成し、authorized_keysを作成していきます。 123456789101112$ mkdir ~/.ssh$ chmod 700 ~/...
Introduction前回同様。 Answer 12345678class MyClass {public: const int& operator[](int) const ; int& operator[](int) ;};MyClass* m = new MyCl...
Introductionもうタイトルそのまま。すぐに忘れるし、調べてもキーワードが悪いのか、すぐにたどり着けないためメモ。 Answer 1234567class MyClass {public: int operator ()(int a, int b);};MyClass* m = ...
Introduction公式のGitLabのリポジトリをExportしてローカルのGitLabにImportする際、下記のエラーが発生しました。 Import version mismatch: Required 0.2.3 but was 0.2.4 What does it mean?要するに (Expor...
Introductionもう何番煎じかわからないですが。 How to?最初は公式 LaunchpadGit stable releases : “Ubuntu Git Maintainers” teamhttps://launchpad.net/~git-core/+archive/ubuntu/ppaThe...
Introductionwww.lenovo.com Lenovo Chromebook S330 | 14 型 Chromebook | レノボ・ ジャパン https://www.lenovo.com/jp/ja/notebooks/lenovo/lenovo-n-series/Lenovo-Chr...