continuation-jax

View on PyPIReverse Dependencies (0)

0.0.7 continuation_jax-0.0.7-py3-none-any.whl

Wheel Details

Project: continuation-jax
Version: 0.0.7
Filename: continuation_jax-0.0.7-py3-none-any.whl
Download: [link]
Size: 106357
MD5: 5d865bbd62c3f8470ccf4b8d4e8cee53
SHA256: 01e44ab1dd2e4fa294b87633e8d8883df30ad34a493887df1569524ec992e228
Uploaded: 2021-07-05 23:21:03 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: continuation-jax
Version: 0.0.7
Summary: Continuation Methods for Deep Neural Networks.
Author: Harsh Nilesh Pathak
Author-Email: harshnpathak[at]gmail.com
Home-Page: https://github.com/harsh306/continuation-jax
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.6
Requires-Dist: pandas (==1.1.3)
Requires-Dist: numpy (==1.19.2)
Requires-Dist: matplotlib (==3.3.2)
Requires-Dist: scipy (==1.5.2)
Requires-Dist: Sphinx (==3.2.1)
Requires-Dist: flax (==0.3.4)
Requires-Dist: jax (==0.2.14)
Requires-Dist: jsonlines (==2.0.0)
Requires-Dist: mlflow (==1.17.0)
Requires-Dist: sphinx-rtd-theme (==0.5.2)
Requires-Dist: torch (==1.8.1)
Requires-Dist: torchvision (==0.9.1)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 3806 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.36.2)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
cjax/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
cjax/continuation/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
cjax/continuation/_arc_len_continuation.py sha256=xpPlclcNhXgtVStlo29S4FwT_Sj9VSPUeT4oZ_quZNM 5336
cjax/continuation/_perturbed_arc_len_continuation.py sha256=zeLbjw10FapiZ1GeiBqODcOHLjaey26j2M1JOlEGeVU 4524
cjax/continuation/base_continuation.py sha256=w9AZhH-aECvVKocFiPahSpAccqI4nl2jj6b3fVgVJUs 221
cjax/continuation/natural_continuation.py sha256=JXxfgBIEJt5vu33LowFqLasPPLMQX5x8FsToEy4C33E 5124
cjax/continuation/perturbed_fixed_arclen_continuation.py sha256=loWGbc9wnrmGvbPWEOduOEJIoDEb496kHL4R_lf4QrI 10516
cjax/continuation/secant_continuation.py sha256=y4QjAaXJyZfzFevbLB-2bR1XcRvoJrUKHTnCAZvi_ag 6769
cjax/continuation/creator/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
cjax/continuation/creator/continuation_creator.py sha256=GlnPvJVdFig7JVGKvFbGgqHOCdqhFWakOI6iOsj5uPk 4679
cjax/continuation/methods/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
cjax/continuation/methods/corrector/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
cjax/continuation/methods/corrector/_perturb_parc_evolve.py sha256=2W45OU7bLNRAWoCw_32ihMJEQTOgS9bN7bK0d8fuqkw 11597
cjax/continuation/methods/corrector/base_corrector.py sha256=idadztokOqQqgSaTZVg4eG0CEiq9LRGrzWfo-TeTbYw 304
cjax/continuation/methods/corrector/constrained_corrector.py sha256=_ks4XF_T3_SAY9NGhX-iyr-CcGjYN7d_TO7lQkM4KZ0 3066
cjax/continuation/methods/corrector/perturb_parc_evolve.py sha256=-1Em6BPbLWcyMAm9yC4f5lOJWfTuYKoE7ei0s1dSX7s 13201
cjax/continuation/methods/corrector/perturbed_constrained_corrector.py sha256=1rIySErXq9wKtdGwSBQdPfX9pwHUB-dbIxi7M7MpSN4 6078
cjax/continuation/methods/corrector/perturbed_constrained_fixed_corrector.py sha256=ByIQpfThGGBfR9zBO6Nci6cHHSRi9wkvSg3w0-z1q98 8508
cjax/continuation/methods/corrector/unconstrained_corrector.py sha256=CyWjBW-pMo9DOhmMj3mDhtUfOWlNOfd7gYgCY76_tR8 5258
cjax/continuation/methods/predictor/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
cjax/continuation/methods/predictor/arc_secant_predictor.py sha256=po1-tKFP_ciChL1poNjdXn6H6XaLbDxSVs42_1FFvDE 3115
cjax/continuation/methods/predictor/base_predictor.py sha256=JCOPmoZ4ajvfFBpnft7FEGmeVShQXFUF--GmAsVvqI0 955
cjax/continuation/methods/predictor/natural_predictor.py sha256=EhMCqld6B43-PnR7ZN5nVqF4PDpd1r9WwfDQTZ2cSSk 696
cjax/continuation/methods/predictor/secant_predictor.py sha256=lcquhjzs9wPr4-vmi8k6kMPNNOIoRGp1AnfGTbQAHaY 6937
cjax/continuation/states/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
cjax/continuation/states/state_variables.py sha256=lZdE1qoOy5WCxabnRbT8Ax51zMO5LxQDfusNeT6lNaw 1665
cjax/optimizer/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
cjax/optimizer/optimizer.py sha256=M6bLcwVPsNL_wFfaFDSdwNrmWCEP_k9J062gRsZPBLI 5943
cjax/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
cjax/utils/abstract_problem.py sha256=pPdV-5aqYizxr8VoZ_Frza-t8B1OJKwEmGpGDZKubZA 3052
cjax/utils/custom_nn.py sha256=nQl7IFcw5WbIhDlZarqUaFVl9EdVTcx8OmZRRNOBAt4 3355
cjax/utils/data_batch_sizer.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
cjax/utils/data_img_gamma.py sha256=H0a-BMz_Q9WqHGF6x1A-GWfFcd_VvrFQ_2SuDQaC7mk 2743
cjax/utils/dataset_conv.py sha256=rKvUp1waRZFRgFS-gg_FgnkImob8qXU7qj33xv2mfC8 9831
cjax/utils/datasets.py sha256=Owwgkty_dmEAVGX0_XYCTvfGMVugwL1M5i770ksEmNo 10172
cjax/utils/eval.py sha256=PqCg7WPFbITTpOGIhP_luZEVdO6F4H2SWtvucz9e1UQ 3891
cjax/utils/evolve_utils.py sha256=DokDnGOzlSZZ4XD4zYzPetk5CS-a4Zc_9IVgb3AaJYo 1626
cjax/utils/math_trees.py sha256=FC5fSLdeynAvc-Wo34ZzWGUrWXqNvQRiLRBb7Oln_x4 1771
cjax/utils/minima_dist.py sha256=6XPwwA2ZfjNz1syE09O0DfsEqUj13u2ThsN6GHnmQ6o 2023
cjax/utils/neted_jit_test.py sha256=DvCT17sUadpDkOwJez8pyUKKxwR7lIzKri3IBxaki2M 2643
cjax/utils/profiler.py sha256=A6_2DEUGv3iQ1Oo7YuHMcEhgeo_vOgKulaf-BbUICEA 2177
cjax/utils/random_network_data_pair.py sha256=A0-GmqYZXOW9pEdwRiFd9Coxvmz_VyxiFA9Ew2h3aG0 1339
cjax/utils/rotation_ndims.py sha256=lhOqiN9wsQGNxomadBXXMwugVQzNrklb5LJRmCHVa00 5592
cjax/utils/rotation_ndims_numpy.py sha256=w72-tTSa1b6Xro8Es5rHyEXj1zaeVrV0iaK2qGzHPkU 4741
cjax/utils/visualizer.py sha256=AM79Rxw0LqcoyWOyD1MVnRukNy9lIHZGPZgj3i79XxI 5994
examples/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/torch_data.py sha256=emwpJi2AbWaNQ85AI8Km-1TGKp19_pXEKQH67Unt-Zw 5125
examples/autoencoder/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/autoencoder/autoencoder.py sha256=hrGdSxAIlQSTHxy8UbTpgpjbh0bA8K6rlrD3jY9pESE 7761
examples/autoencoder/run.py sha256=biFl5Er4kOXmiDZ_PqRneLqG7jZvRrf_KLdF_Ly195s 2352
examples/conv_nn/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/conv_nn/conv_example.py sha256=DnxM2TJpL9Oy2ZoxGc8k6f0uUmLfhCAQwy2ACC8UA4Y 5280
examples/conv_nn/conv_nn.py sha256=A_JijUT33HsKI--ggKV5UI1QTMR-4GunbBszMEGJCnY 2986
examples/conv_nn/homotopy.py sha256=DxR6ARjNsMv28nF4qGqRnNfBQK_uwnrsA-GrU9VijKU 501
examples/conv_nn/jax-load-resnet.py sha256=lERNyjvPwTe_6Z-LFs5lD3PGglWhnKHNba81l5ncTcg 3343
examples/conv_nn/res_example.py sha256=skmXr-3l_g69hRiIHjYgp2R8-0eYLpC-y1KVPxJos-I 3049
examples/conv_nn/resnet_50.py sha256=xNvLewOrPlDWiB08TKFLSyb1Ol7TlzKw8_cpptFLChg 10443
examples/conv_nn/resnet_flax_1.py sha256=KQIreS_0JRwXJtGB9hAk3xafZzf5MyjXfMJnMabVYEE 4285
examples/conv_nn/run.py sha256=-ObaVTnNZ-jq_L8Wol7g4EjKuh0BYgeFueRMssXNyh8 2346
examples/data_cont_ae/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/data_cont_ae/autoencoder.py sha256=UWssRGlZgc-kidKVawlpRKm2rOmU0aPHtDpVg8vRK8E 4231
examples/data_cont_ae/conv_gauss.py sha256=PPIHGIXPERPfUQ2Zdttu8pbhh9NEDEqTRb35epxqZcE 4362
examples/data_cont_ae/run.py sha256=1VlDGJY5FsqIYlze1Cgm0RqA-lBknRHUQRv-iUUrDkg 1732
examples/data_cont_ae_orth/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/data_cont_ae_orth/autoencoder.py sha256=10_2h2Vw3WDUiV8X-WR2cXKMtPq4ergRCs_9Septi4E 2550
examples/data_cont_ae_orth/run.py sha256=_iBZvMlIquA6MtI0Y-xzMzoASSDVivVLYnG-99xNhmk 1737
examples/data_simple_classifier/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/data_simple_classifier/data_classifier.py sha256=06TRWKtX1xL3El7PyEplNW7FGuuh_HywgTdAnJYdme4 6362
examples/data_simple_classifier/run.py sha256=1bOjHuSDgFpUb48SgWP5Bt2lz-MrQYMEE-zOlwfZS8U 2425
examples/hessian/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/hessian/from_jax.py sha256=Vdm_q32gZMQFz7dIwF5IxTFeaeKjU1e64LayXFrKSI0 3155
examples/hessian/logistic_hessian.py sha256=10NFoj3P8nvbxvZevBZinOICP6Ou8ZTTKFbdvwttWbY 1732
examples/hessian/softmax2.py sha256=xwNY3veLlYBCXrx9MFcbtQkugIU9Wcqkm5kiDTP-rB4 6009
examples/model_simple_classifier/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/model_simple_classifier/model_classifier.py sha256=hnUkLZDzji2_0k5ym-fxWWuw7xm09fUaCKStg2Huwlc 7395
examples/model_simple_classifier/run.py sha256=m7pfOryrg5iOpSMdeG-e-GHzbn8xSc-0DI4_k4IVPbc 2381
examples/poly_nn/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/poly_nn/simple_neural_network.py sha256=a-AdDjQpACRHVpXbF2z1vimKvp4cHjlG7CPAFxJsH9A 2346
examples/random_network/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/random_network/random_01.py sha256=53SxJEuWStfgia1Xxw93fdd15cEbd1w18jvcDeVrJv0 1027
examples/resnet/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/resnet/flax_test.py sha256=LNH1RGYOXRWyzFpWrtuN6Ky1VB66VrxwxyXKcRlpgds 542
examples/resnet/flax_v_homotopy.py sha256=r9-OL31u6Fj7-Yf5BENphgeGULSnuH-2g4tGhDtJry0 5636
examples/resnet/homotopy.py sha256=Trs208j1h8qChGBnwU9-vCS84TJqXJsMi0VHMRGnq9A 566
examples/resnet/resnet_problem.py sha256=SKKRlP4bRzAYBORXDzE_fKAvEYc5n2zZxfvUOFuO0us 1726
examples/resnet/run.py sha256=2zx82uao1L32FtTEPPS-LfksNeZbnpYcWbRig8pn98M 2350
examples/toy/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/toy/run.py sha256=6y8PaGtb7Hn0TvS7RLe2ftnPtuvO9bCXBtOmzfaoWBk 2393
examples/toy/vectror_pitchfork.py sha256=8fticeC2KhaZThBR1v58zJ9uIK_73r532sQwK6HGP4Y 5640
examples/vae/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/vae/autoencoder.py sha256=3uLbU6vPauXIHMBwBAyX6U_qsh3Qbdc0xew4TcUFrgs 3331
tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/continuation/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/continuation/methods/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/continuation/methods/predictor/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/continuation/methods/predictor/test_arc_secant_predictor.py sha256=cdwYSs5_auzbovtcEUNgCGMHAzc0ZF5mOrNLpld2lRo 1351
tests/optimizer/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/optimizer/test_optimizer.py sha256=g1dfTdZEDJla81H5U453fe0HyetOwte2Hrwq6ZYllGU 117
tests/optimizer/test_optimizerCreator.py sha256=gKgHASnR52NJbgRAAE_EYqafoZ_84foeYmhFi2LZnOU 124
tests/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/utils/test_pytree.py sha256=fWd6AOn336PJPNy_IekMOZWzg5IuEHV9rRvIZQkstY4 1499
continuation_jax-0.0.7.dist-info/LICENSE sha256=x7oRyTpJEx7P47sPGgc_JCRUdYxbsGSvEIzKVJlvOFw 1076
continuation_jax-0.0.7.dist-info/METADATA sha256=I9uRb2VYHk6hEdx3Dj8pAP7YDkJieACOfGFW7yL7S9Q 4876
continuation_jax-0.0.7.dist-info/WHEEL sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA 92
continuation_jax-0.0.7.dist-info/top_level.txt sha256=QNUcaAPfnCKdMdeG4fVJA5Lrwk91PaFuShHXolxtQHo 20
continuation_jax-0.0.7.dist-info/RECORD

top_level.txt

cjax
examples
tests