tensorflow-modules:张量流层,模型

时间:2024-04-09 13:47:31
【文件属性】:

文件名称:tensorflow-modules:张量流层,模型

文件大小:20KB

文件格式:ZIP

更新时间:2024-04-09 13:47:31

Python

张量流模块 张量流层,模型 要求 python> = 3.8.6 设置 创建venv $ python -m venv $( pwd ) 激活静脉 $ source bin/activate $ pip install -r requirements.txt 停用静脉 $ deactivate 测试 $ python -m unittest discover tests 包装发布 释放 $ rm -rf tensorflow_modules.egg-info/ * dist/ * $ python setup.py sdist bdist_wheel $ twine upload --repository pypi dist/ * 查看 $ open https://pypi.org/project/tensorflow-modules $ pip --no-cache-dir inst


【文件预览】:
tensorflow-modules-main
----tensorflow_modules()
--------reversible_transformer()
--------transformer()
--------multi_head_attention()
--------__init__.py(364B)
--------mask()
----.python-version(6B)
----test.py(26B)
----tests()
--------reversible_transformer()
--------transformer()
--------multi_head_attention()
--------__init__.py(0B)
--------mask()
----LICENSE(1KB)
----requirements.txt(615B)
----setup.py(752B)
----.gitignore(2KB)
----README.md(634B)

网友评论