Skip to content

Commit

Permalink
Fix links for version to javadoc.io for version 1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
fac2003 committed Dec 12, 2016
1 parent 36be5a0 commit 4bfa818
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This project provides:
- A deep learning model training and evaluation framework (codename Matcha).
Builds on [DL4J](http://deeplearning4j.org)
and provides abstractions and organizing principles useful when training
and evaluating models in practice (see [doc](/./docs/doc.md)). Supports both CPU and GPU model training
and evaluating models in practice (see [doc](./docs/doc.md)). Supports both CPU and GPU model training
and inference.
We distribute the CPU version on maven, but you can build the project and choose
the GPU maven profile to compile a CUDA version on the appropriate hardware.
Expand Down
4 changes: 2 additions & 2 deletions docs/framework/framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Matcha provides an abstraction over [DeepLearning4J](https://deeplearning4j.org/
the practical development and evaluation of deep learning models.

Since Matcha is a Java-based framework, it is best documented in Javadocs.
You can find the Javadocs at [javadoc.io](www.javadoc.io/doc/org.campagnelab.dl/framework)
You can find the Javadocs at [javadoc.io](http://www.javadoc.io/doc/org.campagnelab.dl/framework)

This page provides pointers to help you understand the
organizing principles of the framework. Use these pointers together
Expand Down Expand Up @@ -64,7 +64,7 @@ with Matcha is that with Matcha, switching the model architecture can be
done by changing a command line argument when using the train-model tool.

### DomainDescriptor
The [````DomainDescriptor<RecordType>````](http://static.javadoc.io/org.campagnelab.dl/framework/1.1/org/campagnelab/dl/framework/domains/DomainDescriptor.html) can be implemented for new domains to configure
The [````DomainDescriptor<RecordType>````](http://static.javadoc.io/org.campagnelab.dl/framework/1.1.1/org/campagnelab/dl/framework/domains/DomainDescriptor.html) can be implemented for new domains to configure
which FeatureMappers, LabelMappers, ModelArchitecture and performance
metric should be used to train and evaluate a model.

Expand Down

0 comments on commit 4bfa818

Please sign in to comment.