easytorch icon indicating copy to clipboard operation
easytorch copied to clipboard

EasyTorch is a research-oriented pytorch prototyping framework with a straightforward learning curve. It is highly robust and contains almost everything needed to perform any state-of-the-art experime...

Results 5 easytorch issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.21.6 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

split_ratio = np.array(split_ratio) ix = np.argsort(split_ratio) ixx = np.argsort(ix) sm = (np.cumsum(split_ratio[ix])[:-1] * len(files)).astype(int) split = np.split(files, sm) for key, data_ix in zip(['train', 'validation', 'test'], ixx): data[key] = split[data_ix].tolist()

RUN this first and install easytorch: `pip install --upgrade pip setuptools wheel`

[Without any training]

in version easy-torch-1.2.10 `from .config import import_config` "ImportError: cannot import name 'import_config' from 'easytorch.config' (/home/seyed/miniconda3/lib/python3.10/site-packages/easytorch/config/__init__.py)"