17

簡単に言うと、畳み込みニューラル ネットワーク モデルを実行するには、 https://github.com/dnouri/nolearn/tree/1659e4811e498dc1f442d8e6486d0831f85255b4/nolearnnolearnという形式の URL を持つの特別なバージョンが必要です。ただし、ページにボタンがなく、ダウンロードすることもできませんDownload as Zip

git clone https://github.com/dnouri/nolearn -branch 1659e4811e498dc1f442d8e6486d0831f85255b4/nolearn

単に、

git clone https://github.com/dnouri/nolearn/tree/1659e4811e498dc1f442d8e6486d0831f85255b4/nolearn

も機能しません。

でも、Googleで何を検索すればいいのかわからない!

注: これは class のサポートを提供した最後のバージョンですObjective。つまり、コマンドfrom lasagne.objectives import Objectiveはサポートされなくなりました!

4

3 に答える 3

41

This can help you:

How to clone a single branch in git?

Where specifies:

git clone <url> --branch <branch> --single-branch [<folder>]

Docu :

Git Clone

--[no-]single-branch

Clone only the history leading to the tip of a single branch, either specified by the --branch option or the primary branch remote’s HEAD points at. When creating a shallow clone with the --depth option, this is the default, unless --no-single-branch is given to fetch the histories near the tips of all branches. Further fetches into the resulting repository will only update the remote-tracking branch for the branch this option was used for the initial cloning. If the HEAD at the remote did not point at any branch when --single-branch clone was made, no remote-tracking branch is created.

于 2015-09-01T20:39:10.500 に答える
5

これは .zip へのリンクです: https://github.com/dnouri/nolearn/archive/1659e4811e498dc1f442d8e6486d0831f85255b4.zip

于 2015-09-01T20:31:55.970 に答える