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

資源簡介

資源截圖

代碼片段和文件信息

#?coding:utf8


class?Config:
????caption_data_path?=?‘caption.pth‘??#?經過預處理后的人工描述信息
????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‘

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-08-15?12:55??深度學習框架pytorch入門與實踐源代碼\
?????文件?????????499??2018-04-13?20:23??深度學習框架pytorch入門與實踐源代碼\勘誤.md
?????文件?????????103??2018-04-13?20:23??深度學習框架pytorch入門與實踐源代碼\requirements.txt
?????文件????????5942??2018-04-13?20:23??深度學習框架pytorch入門與實踐源代碼\README.md
?????文件????????1065??2018-04-13?20:23??深度學習框架pytorch入門與實踐源代碼\LICENSE
?????目錄???????????0??2018-07-11?09:21??深度學習框架pytorch入門與實踐源代碼\chapter9-神經網絡寫詩(CharRNN)\
?????文件????????2443??2018-04-13?20:23??深度學習框架pytorch入門與實踐源代碼\chapter9-神經網絡寫詩(CharRNN)\utils.py
?????文件??????????85??2018-04-13?20:23??深度學習框架pytorch入門與實踐源代碼\chapter9-神經網絡寫詩(CharRNN)\tranditional2simplified.sh
?????文件??????????79??2018-04-13?20:23??深度學習框架pytorch入門與實踐源代碼\chapter9-神經網絡寫詩(CharRNN)\requirements.txt
?????文件????????5134??2018-04-13?20:23??深度學習框架pytorch入門與實踐源代碼\chapter9-神經網絡寫詩(CharRNN)\README.md
?????文件????????1393??2018-04-13?20:23??深度學習框架pytorch入門與實踐源代碼\chapter9-神經網絡寫詩(CharRNN)\model.py
?????文件????????7849??2018-04-13?20:23??深度學習框架pytorch入門與實踐源代碼\chapter9-神經網絡寫詩(CharRNN)\main.py
?????文件????????7535??2018-04-13?20:23??深度學習框架pytorch入門與實踐源代碼\chapter9-神經網絡寫詩(CharRNN)\data.py
?????目錄???????????0??2018-07-11?09:21??深度學習框架pytorch入門與實踐源代碼\chapter8-風格遷移(Neural?style)\
?????文件????????3619??2018-04-13?20:23??深度學習框架pytorch入門與實踐源代碼\chapter8-風格遷移(Neural?style)\utils.py
?????文件????????3949??2018-04-13?20:23??深度學習框架pytorch入門與實踐源代碼\chapter8-風格遷移(Neural?style)\transformer_net.py
?????文件???????77378??2018-04-13?20:23??深度學習框架pytorch入門與實踐源代碼\chapter8-風格遷移(Neural?style)\style.jpg
?????文件??????????79??2018-04-13?20:23??深度學習框架pytorch入門與實踐源代碼\chapter8-風格遷移(Neural?style)\requirements.txt
?????文件????????2476??2018-04-13?20:23??深度學習框架pytorch入門與實踐源代碼\chapter8-風格遷移(Neural?style)\README.MD
?????文件?????????743??2018-04-13?20:23??深度學習框架pytorch入門與實踐源代碼\chapter8-風格遷移(Neural?style)\PackedVGG.py
?????文件??????616796??2018-04-13?20:23??深度學習框架pytorch入門與實踐源代碼\chapter8-風格遷移(Neural?style)\neural-style-results.png
?????文件????????5342??2018-04-13?20:23??深度學習框架pytorch入門與實踐源代碼\chapter8-風格遷移(Neural?style)\main.py
?????目錄???????????0??2018-07-11?09:21??深度學習框架pytorch入門與實踐源代碼\chapter7-GAN生成動漫頭像\
?????文件????????2470??2018-04-13?20:23??深度學習框架pytorch入門與實踐源代碼\chapter7-GAN生成動漫頭像\visualize.py
?????文件??????????80??2018-04-13?20:23??深度學習框架pytorch入門與實踐源代碼\chapter7-GAN生成動漫頭像\requiments.txt
?????文件????????3496??2018-04-13?20:23??深度學習框架pytorch入門與實踐源代碼\chapter7-GAN生成動漫頭像\README.MD
?????文件????????2437??2018-04-13?20:23??深度學習框架pytorch入門與實踐源代碼\chapter7-GAN生成動漫頭像\model.py
?????文件????????7190??2018-04-13?20:23??深度學習框架pytorch入門與實踐源代碼\chapter7-GAN生成動漫頭像\main.py
?????文件??????????74??2018-04-13?20:23??深度學習框架pytorch入門與實踐源代碼\chapter7-GAN生成動漫頭像\dataset.py
?????目錄???????????0??2018-07-11?09:21??深度學習框架pytorch入門與實踐源代碼\chapter6-實戰指南\
?????文件??????????79??2018-04-13?20:23??深度學習框架pytorch入門與實踐源代碼\chapter6-實戰指南\requirements.txt
............此處省略153個文件信息

評論

共有 條評論