targetClassifier:尝试在Pytorch中进行多任务学习

时间:2024-05-01 04:06:17
【文件属性】:

文件名称:targetClassifier:尝试在Pytorch中进行多任务学习

文件大小:20.67MB

文件格式:ZIP

更新时间:2024-05-01 04:06:17

Python

设置 conda环境 conda create --name pytorch conda activate pytorch 此处生成的Conda安装命令: : conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch # install jupyter support conda install ipykernel jupyter # make a pytorch kernel python -m ipykernel install --user --name pytorch --display-name "Pytorch" # requirements pip install -r requirements.txt 使用以下命令从项目目录启动jupyter notebook jupyter n


【文件预览】:
targetClassifier-main
----models()
--------multitask.py(6KB)
--------resnet.py(11KB)
--------__init__.py(0B)
--------layers.py(1KB)
--------unet.py(13KB)
----helper.py(243B)
----runs()
--------LASTRUN.txt(5B)
----images()
--------readme()
----unet_visualize.py(4KB)
----readme.md(19KB)
----unet_threshold.py(2KB)
----logger.py(772B)
----metrics.py(4KB)
----fonts()
--------InputSans-Regular.ttf(125KB)
--------Lato-Regular.ttf(642KB)
--------Raleway-Regular.ttf(174KB)
--------Roboto-Regular.ttf(168KB)
--------Lato-Medium.ttf(622KB)
--------OpenSans-Regular.ttf(212KB)
--------Lato-Semibold.ttf(654KB)
--------Lato-Heavy.ttf(650KB)
--------Lato-Bold.ttf(642KB)
--------Roboto-Medium.ttf(168KB)
--------OpenSans-Semibold.ttf(216KB)
--------Raleway-SemiBold.ttf(176KB)
--------Raleway-Bold.ttf(175KB)
--------Raleway-Medium.ttf(175KB)
--------Lato-Black.ttf(600KB)
----custom_transforms.py(3KB)
----train_unet.py(13KB)
----dataset_classify.py(13KB)
----dataset_segment.py(6KB)
----dev()
--------load_scripted.py(592B)
--------old_unet_weights.pth(14.86MB)
--------notes_multitask.txt(15KB)
--------bn.py(2KB)
--------normal_distribution.py(388B)
--------confusion_matrix.py(1KB)
--------todo.txt(3KB)
--------notes.txt(290B)
--------notes_unet.txt(26KB)
----requirements.txt(81B)
----.gitignore(162B)
----generate_targets.py(25KB)
----model_speed.py(4KB)
----train_multitask_resnet.py(19KB)
----metrics.ipynb(47KB)

网友评论