91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 93.15M
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2023-03-30
  • 語言: 其他
  • 標簽: 其他??

資源簡介

深度學習框架PyTorch入門與實踐(高清掃描pdf和書籍源代碼).rar

資源截圖

代碼片段和文件信息

#?coding:utf8


class?Config:
????caption_data_path?=?‘caption.pth‘??#?經(jīng)過預處理后的人工描述信息
????img_path?=?‘/home/cy/caption_data/‘
????#?img_path=‘/mnt/ht/aichallenger/raw/ai_challenger_caption_train_20170902/caption_train_images_20170902/‘
????img_feature_path?=?‘results.pth‘??#?所有圖片的features20w*2048的向量
????scale_size?=?300
????img_size?=?224
????batch_size?=?8
????shuffle?=?True
????num_workers?=?4
????rnn_hidden?=?256
????embedding_dim?=?256
????num_layers?=?2
????share_embedding_weights?=?False

????prefix?=?‘checkpoints/caption‘??#?模型保存前綴

????env?=?‘caption‘
????plot_every?=?10
????debug_file?=?‘/tmp/debugc‘

????model_ckpt?=?None??#?模型斷點保存路徑
????lr?=?1e-3
????use_gpu?=?True
????epoch?=?1

????test_img?=?‘img/example.jpeg‘

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件???95802574??2019-03-07?17:20??深度學習框架PyTorch入門與實踐\深度學習框架PyTorch入門與實踐.pdf

?????文件????????804??2018-04-14?04:23??深度學習框架PyTorch入門與實踐\深度學習框架pytorch入門與實踐源代碼\chapter10-圖像描述(Image?Caption)\config.py

?????文件???????4250??2018-04-14?04:23??深度學習框架PyTorch入門與實踐\深度學習框架pytorch入門與實踐源代碼\chapter10-圖像描述(Image?Caption)\data.py

?????文件???????3117??2018-04-14?04:23??深度學習框架PyTorch入門與實踐\深度學習框架pytorch入門與實踐源代碼\chapter10-圖像描述(Image?Caption)\data_preprocess.py

?????文件??????13686??2018-04-14?04:23??深度學習框架PyTorch入門與實踐\深度學習框架pytorch入門與實踐源代碼\chapter10-圖像描述(Image?Caption)\Debug.ipynb

?????文件?????215614??2018-04-14?04:23??深度學習框架PyTorch入門與實踐\深度學習框架pytorch入門與實踐源代碼\chapter10-圖像描述(Image?Caption)\demo.ipynb

?????文件???????2211??2018-04-14?04:23??深度學習框架PyTorch入門與實踐\深度學習框架pytorch入門與實踐源代碼\chapter10-圖像描述(Image?Caption)\feature_extract.py

?????文件?????339761??2018-04-14?04:23??深度學習框架PyTorch入門與實踐\深度學習框架pytorch入門與實踐源代碼\chapter10-圖像描述(Image?Caption)\img\caption-results.png

?????文件?????287848??2018-04-14?04:23??深度學習框架PyTorch入門與實踐\深度學習框架pytorch入門與實踐源代碼\chapter10-圖像描述(Image?Caption)\img\example.jpeg

?????文件???????3961??2018-04-14?04:23??深度學習框架PyTorch入門與實踐\深度學習框架pytorch入門與實踐源代碼\chapter10-圖像描述(Image?Caption)\main.py

?????文件???????3772??2018-04-14?04:23??深度學習框架PyTorch入門與實踐\深度學習框架pytorch入門與實踐源代碼\chapter10-圖像描述(Image?Caption)\model.py

?????文件???????2872??2018-04-14?04:23??深度學習框架PyTorch入門與實踐\深度學習框架pytorch入門與實踐源代碼\chapter10-圖像描述(Image?Caption)\README.md

?????文件?????????80??2018-04-14?04:23??深度學習框架PyTorch入門與實踐\深度學習框架pytorch入門與實踐源代碼\chapter10-圖像描述(Image?Caption)\requirements.txt

?????文件???????8509??2018-04-14?04:23??深度學習框架PyTorch入門與實踐\深度學習框架pytorch入門與實踐源代碼\chapter10-圖像描述(Image?Caption)\utils\beam_search.py

?????文件???????2456??2018-04-14?04:23??深度學習框架PyTorch入門與實踐\深度學習框架pytorch入門與實踐源代碼\chapter10-圖像描述(Image?Caption)\utils\visualize.py

?????文件?????????76??2018-04-14?04:23??深度學習框架PyTorch入門與實踐\深度學習框架pytorch入門與實踐源代碼\chapter10-圖像描述(Image?Caption)\utils\__init__.py

?????文件???????5535??2018-04-14?04:23??深度學習框架PyTorch入門與實踐\深度學習框架pytorch入門與實踐源代碼\chapter11-語音識別(LSTM-CTC)\BeamSearch.py

?????文件????????544??2018-04-14?04:23??深度學習框架PyTorch入門與實踐\深度學習框架pytorch入門與實踐源代碼\chapter11-語音識別(LSTM-CTC)\conf\ctc_model_setting.conf

?????文件????????300??2018-04-14?04:23??深度學習框架PyTorch入門與實踐\深度學習框架pytorch入門與實踐源代碼\chapter11-語音識別(LSTM-CTC)\conf\dev_spk.list

?????文件????????144??2018-04-14?04:23??深度學習框架PyTorch入門與實踐\深度學習框架pytorch入門與實踐源代碼\chapter11-語音識別(LSTM-CTC)\conf\test_spk.list

?????文件???????2772??2018-04-14?04:23??深度學習框架PyTorch入門與實踐\深度學習框架pytorch入門與實踐源代碼\chapter11-語音識別(LSTM-CTC)\conf\train_spk.list

?????文件???????3709??2018-04-14?04:23??深度學習框架PyTorch入門與實踐\深度學習框架pytorch入門與實踐源代碼\chapter11-語音識別(LSTM-CTC)\data.py

?????文件???????7137??2018-04-14?04:23??深度學習框架PyTorch入門與實踐\深度學習框架pytorch入門與實踐源代碼\chapter11-語音識別(LSTM-CTC)\decoder.py

?????文件???????5661??2018-04-14?04:23??深度學習框架PyTorch入門與實踐\深度學習框架pytorch入門與實踐源代碼\chapter11-語音識別(LSTM-CTC)\model.py

?????文件??????28184??2018-04-14?04:23??深度學習框架PyTorch入門與實踐\深度學習框架pytorch入門與實踐源代碼\chapter11-語音識別(LSTM-CTC)\png\dev_acc.png

?????文件??????30728??2018-04-14?04:23??深度學習框架PyTorch入門與實踐\深度學習框架pytorch入門與實踐源代碼\chapter11-語音識別(LSTM-CTC)\png\dev_loss.png

?????文件??????29052??2018-04-14?04:23??深度學習框架PyTorch入門與實踐\深度學習框架pytorch入門與實踐源代碼\chapter11-語音識別(LSTM-CTC)\png\train_loss.png

?????文件???????4196??2018-04-14?04:23??深度學習框架PyTorch入門與實踐\深度學習框架pytorch入門與實踐源代碼\chapter11-語音識別(LSTM-CTC)\README.md

?????文件?????????26??2018-04-14?04:23??深度學習框架PyTorch入門與實踐\深度學習框架pytorch入門與實踐源代碼\chapter11-語音識別(LSTM-CTC)\requirements.txt

?????文件???????1226??2018-04-14?04:23??深度學習框架PyTorch入門與實踐\深度學習框架pytorch入門與實踐源代碼\chapter11-語音識別(LSTM-CTC)\run.sh

............此處省略159個文件信息

評論

共有 條評論