`Keras.Model.fit`-like torch fit implementation
Project description
torch-fit
Keras.Model.fit-like torch fit implementation
Install
$ pip install torch-fit
Usage
from torch_fit import fit
model = MyPyTorchModule()
history = fit(
model,
loss='mse',
metrics='mae'
)
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
torch-fit-0.0.1.tar.gz
(2.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file torch-fit-0.0.1.tar.gz.
File metadata
- Download URL: torch-fit-0.0.1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ec4b7d128eb2b4e2d3ed54b6e569446e6c4d42a78240aca15899daddbb1fcc1
|
|
| MD5 |
f7d844a166705b0da3f677f38df6ae80
|
|
| BLAKE2b-256 |
8cc493ea3b3e32893df95e83ca7ca4ae1797ff3d0ff70dbc132ce73cc09cd6bb
|
File details
Details for the file torch_fit-0.0.1-py3-none-any.whl.
File metadata
- Download URL: torch_fit-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60be83e3b5e4d54cfb6f3788774e5d49729390fb23fa251fcb42be1c6b21c984
|
|
| MD5 |
331573f93a9a085da0192b3b335b20b1
|
|
| BLAKE2b-256 |
7b0133cca207bfd790a9d509bc03bb9723f1c994853b073b197aa0670a7a18de
|