Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/FETS-AI/Algorithms into m…
Browse files Browse the repository at this point in the history
…aster
  • Loading branch information
sarthakpati committed Aug 31, 2020
2 parents 707f5b9 + d1f2763 commit b0edf6f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
This is part of the Federated Tumor Segmentation (FeTS) platform, and by using this code the user agrees to the following licenses, which pertain to the code and its different constituents:

FeTS UI License
License type: BSD-style open source license, compatible with the Open Source Definition by The Open Source Initiative, containing no restrictions on use of the software
Link: https://www.med.upenn.edu/cbica/software-agreement.html
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# FETS-Algorithms

This repository contains the algorithms to be used in the FeTS backend.
This repository contains the algorithms to be used in the FeTS [OpenFederatedLearning backend](https://github.com/IntelLabs/OpenFederatedLearning).
2 changes: 1 addition & 1 deletion fets/models/pytorch/brainmage/brainmage.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def validate(self, use_tqdm=False):
val_loader = self.data.get_val_loader()

if val_loader == []:
raise RuntimeError("Attempting to run training with an empty training loader.")
raise RuntimeError("Attempting to run validation with an empty val loader.")

if use_tqdm:
val_loader = tqdm.tqdm(val_loader, desc="validate")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='fets',
version='0.0.0',
version='0.0.1',
packages=['fets',
'fets.models',
'fets.models.pytorch',
Expand Down

0 comments on commit b0edf6f

Please sign in to comment.