jar

com.tencent.angel : pytorch-on-angel

Maven & Gradle

Aug 21, 2019
1 usages
165 stars

pytorch-on-angel · PyTorch On Angel, arming PyTorch with a powerful Parameter Server, which enable PyTorch to train very big models.

Table Of Contents

Latest Version

Download com.tencent.angel : pytorch-on-angel JAR file - Latest Versions:

All Versions

Download com.tencent.angel : pytorch-on-angel JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window pytorch-on-angel-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.tencent.angel.pytorch.native

├─ com.tencent.angel.pytorch.native.LibraryLoader.class - [JAR]

com.tencent.angel.pytorch.examples.feature

├─ com.tencent.angel.pytorch.examples.feature.MeanVarNormalizeExample.class - [JAR]

├─ com.tencent.angel.pytorch.examples.feature.MeanVarNormalizeLocalExample.class - [JAR]

├─ com.tencent.angel.pytorch.examples.feature.NormalizeExample.class - [JAR]

├─ com.tencent.angel.pytorch.examples.feature.NormalizeLocalExample.class - [JAR]

├─ com.tencent.angel.pytorch.examples.feature.ParseFeature.class - [JAR]

com.tencent.angel.pytorch.examples.unsupervised

├─ com.tencent.angel.pytorch.examples.unsupervised.DGIExample.class - [JAR]

├─ com.tencent.angel.pytorch.examples.unsupervised.DGILocalExample.class - [JAR]

com.tencent.angel.pytorch.data

├─ com.tencent.angel.pytorch.data.SampleParser.class - [JAR]

com.tencent.angel.pytorch

├─ com.tencent.angel.pytorch.Test.class - [JAR]

├─ com.tencent.angel.pytorch.Torch.class - [JAR]

com.tencent.angel.pytorch.torch

├─ com.tencent.angel.pytorch.torch.TorchModel.class - [JAR]

com.tencent.angel.pytorch.examples.supervised

├─ com.tencent.angel.pytorch.examples.supervised.GCNExample.class - [JAR]

├─ com.tencent.angel.pytorch.examples.supervised.GCNLocalExample.class - [JAR]

com.tencent.angel.pytorch.graph.utils

├─ com.tencent.angel.pytorch.graph.utils.DataLoaderUtils.class - [JAR]

├─ com.tencent.angel.pytorch.graph.utils.GCNIO.class - [JAR]

com.tencent.angel.pytorch.examples

├─ com.tencent.angel.pytorch.examples.ClusterExample.class - [JAR]

├─ com.tencent.angel.pytorch.examples.ClusterLoad.class - [JAR]

├─ com.tencent.angel.pytorch.examples.LocalExample.class - [JAR]

├─ com.tencent.angel.pytorch.examples.SubFeature.class - [JAR]

├─ com.tencent.angel.pytorch.examples.SubGraphExample.class - [JAR]

com.tencent.angel.pytorch.graph.subgraph

├─ com.tencent.angel.pytorch.graph.subgraph.FeaturePartition.class - [JAR]

├─ com.tencent.angel.pytorch.graph.subgraph.SubGraph.class - [JAR]

├─ com.tencent.angel.pytorch.graph.subgraph.SubGraphPSModel.class - [JAR]

├─ com.tencent.angel.pytorch.graph.subgraph.SubGraphPSPartition.class - [JAR]

com.tencent.angel.pytorch.graph.gcn

├─ com.tencent.angel.pytorch.graph.gcn.DGI.class - [JAR]

├─ com.tencent.angel.pytorch.graph.gcn.DGIPartition.class - [JAR]

├─ com.tencent.angel.pytorch.graph.gcn.GCN.class - [JAR]

├─ com.tencent.angel.pytorch.graph.gcn.GCNPartition.class - [JAR]

├─ com.tencent.angel.pytorch.graph.gcn.GNN.class - [JAR]

├─ com.tencent.angel.pytorch.graph.gcn.GNNPSModel.class - [JAR]

├─ com.tencent.angel.pytorch.graph.gcn.GNNPartition.class - [JAR]

├─ com.tencent.angel.pytorch.graph.gcn.GraphAdjPartition.class - [JAR]

├─ com.tencent.angel.pytorch.graph.gcn.MakeEdgeIndex.class - [JAR]

├─ com.tencent.angel.pytorch.graph.gcn.MakeFeature.class - [JAR]

├─ com.tencent.angel.pytorch.graph.gcn.NodeFeaturePartition.class - [JAR]

├─ com.tencent.angel.pytorch.graph.gcn.NodeLabelPartition.class - [JAR]

com.tencent.angel.pytorch.optim

├─ com.tencent.angel.pytorch.optim.AsyncAdagrad.class - [JAR]

├─ com.tencent.angel.pytorch.optim.AsyncAdam.class - [JAR]

├─ com.tencent.angel.pytorch.optim.AsyncMomentum.class - [JAR]

├─ com.tencent.angel.pytorch.optim.AsyncOptim.class - [JAR]

├─ com.tencent.angel.pytorch.optim.AsyncSGD.class - [JAR]

├─ com.tencent.angel.pytorch.optim.OptimUtils.class - [JAR]

com.tencent.angel.pytorch.model

├─ com.tencent.angel.pytorch.model.ParGraphModel.class - [JAR]

├─ com.tencent.angel.pytorch.model.ParTorchModel.class - [JAR]

├─ com.tencent.angel.pytorch.model.TorchModelType.class - [JAR]

├─ com.tencent.angel.pytorch.model.TorchParams.class - [JAR]

com.tencent.angel.pytorch.params

├─ com.tencent.angel.pytorch.params.HasDataFormat.class - [JAR]

├─ com.tencent.angel.pytorch.params.HasFeatureCol.class - [JAR]

├─ com.tencent.angel.pytorch.params.HasFeatureDim.class - [JAR]

├─ com.tencent.angel.pytorch.params.HasInputFeaturePath.class - [JAR]

├─ com.tencent.angel.pytorch.params.HasLabelPath.class - [JAR]

├─ com.tencent.angel.pytorch.params.HasNumBatchInit.class - [JAR]

├─ com.tencent.angel.pytorch.params.HasNumEpoch.class - [JAR]

├─ com.tencent.angel.pytorch.params.HasNumSamples.class - [JAR]

├─ com.tencent.angel.pytorch.params.HasOptimizer.class - [JAR]

├─ com.tencent.angel.pytorch.params.HasOutputFeaturePath.class - [JAR]

├─ com.tencent.angel.pytorch.params.HasOutputModelPath.class - [JAR]

├─ com.tencent.angel.pytorch.params.HasTestRatio.class - [JAR]

├─ com.tencent.angel.pytorch.params.HasTorchModelPath.class - [JAR]

├─ com.tencent.angel.pytorch.params.HasUseSecondOrder.class - [JAR]

com.tencent.angel.pytorch.feature.normalize

├─ com.tencent.angel.pytorch.feature.normalize.MeanVarNormalize.class - [JAR]

├─ com.tencent.angel.pytorch.feature.normalize.MeanVarNormalizePSModel.class - [JAR]

├─ com.tencent.angel.pytorch.feature.normalize.MinMaxNormalize.class - [JAR]

├─ com.tencent.angel.pytorch.feature.normalize.MinMaxNormalizePSModel.class - [JAR]

Advertisement

Dependencies from Group

Aug 25, 2021
5 usages
6.4k stars
Sep 20, 2019
5 usages
3 stars
Aug 20, 2019
4 usages
1 stars
Aug 25, 2021
3 usages
6.4k stars
Aug 25, 2021
3 usages
6.4k stars

Discover Dependencies

Feb 13, 2020
7 usages
Jul 12, 2023
4 usages
3k stars
Aug 05, 2022
5 usages
387 stars
Apr 03, 2022
2 usages
12 stars
May 13, 2020
1 usages
1.2k stars
Oct 27, 2020
1 usages
0 stars
Nov 30, 2021
4 usages
208 stars
Aug 06, 2021
3 usages
14 stars
Jun 28, 2023
2 usages
63 stars