Skip to content
Snippets Groups Projects
Commit e7e4b624 authored by hl00586's avatar hl00586
Browse files

TLH

parent 03c023cd
No related branches found
No related tags found
No related merge requests found
No preview for this file type
# Created by https://www.gitignore.io/api/macos,python
# Edit at https://www.gitignore.io/?templates=macos,python
### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
# Translations
*.mo
*.pot
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
target/
# pyenv
.python-version
# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock
# celery beat schedule file
celerybeat-schedule
# SageMath parsed files
*.sage.py
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
# End of https://www.gitignore.io/api/macos,python
...@@ -2,10 +2,8 @@ ...@@ -2,10 +2,8 @@
<project version="4"> <project version="4">
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="99550bc5-aa3b-44b3-94d7-b84afc45844f" name="Default Changelist" comment=""> <list default="true" id="99550bc5-aa3b-44b3-94d7-b84afc45844f" name="Default Changelist" comment="">
<change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/learn_consistent.py" beforeDir="false" /> <change beforePath="$PROJECT_DIR$/config/configuration/test.ini" beforeDir="false" afterPath="$PROJECT_DIR$/config/configuration/test.ini" afterDir="false" />
<change beforePath="$PROJECT_DIR$/split_mnit.py" beforeDir="false" />
</list> </list>
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" /> <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
...@@ -33,11 +31,14 @@ ...@@ -33,11 +31,14 @@
</list> </list>
</option> </option>
</component> </component>
<component name="RunManager" selected="Python.learn_consistent"> <component name="RunManager" selected="Python.test">
<configuration name="learn_consistent" type="PythonConfigurationType" factoryName="Python" temporary="true"> <configuration name="learn_consistent" type="PythonConfigurationType" factoryName="Python" temporary="true">
<module name="Task_likelihood" /> <module name="Task_likelihood" />
<option name="INTERPRETER_OPTIONS" value="" /> <option name="INTERPRETER_OPTIONS" value="" />
<option name="PARENT_ENVS" value="true" /> <option name="PARENT_ENVS" value="true" />
<envs>
<env name="PYTHONUNBUFFERED" value="1" />
</envs>
<option name="SDK_HOME" value="" /> <option name="SDK_HOME" value="" />
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" /> <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
<option name="IS_MODULE_SDK" value="true" /> <option name="IS_MODULE_SDK" value="true" />
...@@ -73,12 +74,32 @@ ...@@ -73,12 +74,32 @@
<option name="INPUT_FILE" value="" /> <option name="INPUT_FILE" value="" />
<method v="2" /> <method v="2" />
</configuration> </configuration>
<configuration name="test" type="PythonConfigurationType" factoryName="Python" temporary="true">
<module name="Task_likelihood" />
<option name="INTERPRETER_OPTIONS" value="" />
<option name="PARENT_ENVS" value="true" />
<option name="SDK_HOME" value="" />
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
<option name="IS_MODULE_SDK" value="true" />
<option name="ADD_CONTENT_ROOTS" value="true" />
<option name="ADD_SOURCE_ROOTS" value="true" />
<option name="SCRIPT_NAME" value="$PROJECT_DIR$/test.py" />
<option name="PARAMETERS" value="" />
<option name="SHOW_COMMAND_LINE" value="true" />
<option name="EMULATE_TERMINAL" value="false" />
<option name="MODULE_MODE" value="false" />
<option name="REDIRECT_INPUT" value="false" />
<option name="INPUT_FILE" value="" />
<method v="2" />
</configuration>
<list> <list>
<item itemvalue="Python.learn_consistent" /> <item itemvalue="Python.learn_consistent" />
<item itemvalue="Python.split_mnit" /> <item itemvalue="Python.split_mnit" />
<item itemvalue="Python.test" />
</list> </list>
<recent_temporary> <recent_temporary>
<list> <list>
<item itemvalue="Python.test" />
<item itemvalue="Python.learn_consistent" /> <item itemvalue="Python.learn_consistent" />
<item itemvalue="Python.split_mnit" /> <item itemvalue="Python.split_mnit" />
</list> </list>
......
...@@ -9,7 +9,7 @@ task_type = Sequential_split ...@@ -9,7 +9,7 @@ task_type = Sequential_split
# task_labels = |0,1,2,3,4,5,6,7,8,9 # task_labels = |0,1,2,3,4,5,6,7,8,9
# task_labels = |0,1,2|3,4,5|6,7|8,9 # task_labels = |0,1,2|3,4,5|6,7|8,9
task_labels = |0,1|2,3|4,5|6,7|8,9 task_labels = |0,1|2,3|4,5|6,7|8,9
dataset_name = mnist dataset_name = cifar10
[Model Setting] [Model Setting]
model_type = NN model_type = NN
...@@ -18,7 +18,7 @@ model_archi = MLP ...@@ -18,7 +18,7 @@ model_archi = MLP
hidden_dim = 200 hidden_dim = 200
num_layers = 4 num_layers = 4
is_conv = False is_conv = True
[Training Setting] [Training Setting]
batch_size = 128 batch_size = 128
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment