Skip to content

Commit 581b3f0

Browse files
2 parents d1fba9f + 98a653a commit 581b3f0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ You may want to update the dataset locations in [MNIST/data_prep.py](https://git
1616

1717
## Training
1818
[MNIST/Mnist_Training.py](https://github.com/Vastlab/ObjectoSphere/blob/master/MNIST/Mnist_Training.py) provides the script to train models with all the loss functions used in different experiments.
19-
The random models used to initalize the networks trained in the paper are also provided at [MNIST/LeNet++/Random_Models](https://github.com/Vastlab/ObjectoSphere/tree/master/MNIST/LeNet%2B%2B/Random_Models).
19+
The random models used to initialize the networks trained in the paper are also provided at [MNIST/LeNet++/Random_Models](https://github.com/Vastlab/ObjectoSphere/tree/master/MNIST/LeNet%2B%2B/Random_Models).
2020
The types of networks supported by this script contain:
2121

2222
1. Original LeNet/LeNet++ with Softmax loss.
2323
2. LeNet/LeNet++ with Background Class.
2424
3. LeNet/LeNet++ with Entropic OpenSet Loss.
2525
4. LeNet/LeNet++ with ObjectoSphere Loss.
2626

27-
In the current training process we run the training for the given network for 70 epochs and save only the model with the least validation loss.
27+
In the current training process, we run the training for the given network for 70 epochs and save only the model with the least validation loss.
2828
The parameters used for training are provided as the default parameters for the script.
2929
For details please refer to the help provided in [MNIST/Mnist_Training.py](https://github.com/Vastlab/ObjectoSphere/blob/master/MNIST/Mnist_Training.py)
3030

@@ -34,6 +34,6 @@ The training and testing process for the OpenMax technique is provided in [MNIST
3434
All the visualizations for the MNIST experiments provided in the paper can be reproduced following the Jupyter Notebook at [MNIST/Fig_creator.ipynb](https://github.com/Vastlab/ObjectoSphere/blob/master/MNIST/Fig_creator.ipynb).
3535
It utilizes the tools available in [Tools](https://github.com/Vastlab/ObjectoSphere/tree/master/Tools).
3636
The [Tools/model_tools.py](https://github.com/Vastlab/ObjectoSphere/tree/master/Tools/model_tools.py) contains functions to define the network architecture, extract feature vectors from a specific layer of the network and preprocess data for implementing in the loss function.
37-
The [Tools/visualizing_tools.py](https://github.com/Vastlab/ObjectoSphere/tree/master/Tools/visualizing_tools.py) contains the plotting functions for the two dimensional plots and the histograms.
37+
The [Tools/visualizing_tools.py](https://github.com/Vastlab/ObjectoSphere/tree/master/Tools/visualizing_tools.py) contains the plotting functions for the two-dimensional plots and the histograms.
3838
And, the [Tools/evaluation_tools.py](https://github.com/Vastlab/ObjectoSphere/tree/master/Tools/evaluation_tools.py) contains the plotting functions for the DIR curves in the paper as well as a function to write the results into a preliminary file.
3939
Please refer to these files for a detailed understanding.

0 commit comments

Comments
 (0)