datnguyentien204 commited on
Commit
83034b6
1 Parent(s): 6a9d195

Upload 1403 files

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +2 -0
  2. .idea/.gitignore +8 -0
  3. .idea/VAL_ImgTranslation.iml +16 -0
  4. .idea/inspectionProfiles/Project_Default.xml +31 -0
  5. .idea/inspectionProfiles/profiles_settings.xml +6 -0
  6. .idea/misc.xml +7 -0
  7. .idea/modules.xml +8 -0
  8. .idea/workspace.xml +151 -0
  9. Content.jpg +3 -0
  10. Real.jpg +3 -0
  11. __pycache__/train.cpython-310.pyc +0 -0
  12. checkpoints/ast_summer2winteryosemite/2_net_D.pth +3 -0
  13. checkpoints/ast_summer2winteryosemite/2_net_D2.pth +3 -0
  14. checkpoints/ast_summer2winteryosemite/2_net_G.pth +3 -0
  15. checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_100_net_G.pth +3 -0
  16. checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_10_net_G.pth +3 -0
  17. checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_112_net_G.pth +3 -0
  18. checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_150_net_G.pth +3 -0
  19. checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_15_net_G.pth +3 -0
  20. checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_165_net_G.pth +3 -0
  21. checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_175_net_G.pth +3 -0
  22. checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_180_net_G.pth +3 -0
  23. checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_262_net_G.pth +3 -0
  24. checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_300_net_G.pth +3 -0
  25. checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_30_net_G.pth +3 -0
  26. checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_350_net_G.pth +3 -0
  27. checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_35_net_G.pth +3 -0
  28. checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_385_net_G.pth +3 -0
  29. checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_420_net_G.pth +3 -0
  30. checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_6_net_G.pth +3 -0
  31. checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_700_net_G.pth +3 -0
  32. checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_70_net_G.pth +3 -0
  33. checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_75_net_G.pth +3 -0
  34. checkpoints/ast_summer2winteryosemite/iter.txt +2 -0
  35. checkpoints/ast_summer2winteryosemite/latest_net_D.pth +3 -0
  36. checkpoints/ast_summer2winteryosemite/latest_net_D2.pth +3 -0
  37. checkpoints/ast_summer2winteryosemite/latest_net_G.pth +3 -0
  38. checkpoints/ast_summer2winteryosemite/loss_log.txt +150 -0
  39. checkpoints/ast_summer2winteryosemite/opt.pkl +3 -0
  40. checkpoints/ast_summer2winteryosemite/opt.txt +89 -0
  41. checkpoints/ast_summer2winteryosemite/web/images/epoch001_iter0000200.png +3 -0
  42. checkpoints/ast_summer2winteryosemite/web/images/epoch001_iter0000201.png +3 -0
  43. checkpoints/ast_summer2winteryosemite/web/images/epoch001_iter0000400.png +3 -0
  44. checkpoints/ast_summer2winteryosemite/web/images/epoch001_iter0000402.png +3 -0
  45. checkpoints/ast_summer2winteryosemite/web/images/epoch001_iter0000600.png +3 -0
  46. checkpoints/ast_summer2winteryosemite/web/images/epoch001_iter0000800.png +3 -0
  47. checkpoints/ast_summer2winteryosemite/web/images/epoch001_iter0000801.png +3 -0
  48. checkpoints/ast_summer2winteryosemite/web/images/epoch001_iter0001000.png +3 -0
  49. checkpoints/ast_summer2winteryosemite/web/images/epoch001_iter0001002.png +3 -0
  50. checkpoints/ast_summer2winteryosemite/web/images/epoch001_iter0001200.png +3 -0
.gitattributes CHANGED
@@ -57,3 +57,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+ train_log.txt filter=lfs diff=lfs merge=lfs -text
61
+ wandb/offline-run-20241124_081711-p5tw9tfb/run-p5tw9tfb.wandb filter=lfs diff=lfs merge=lfs -text
.idea/.gitignore ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # Default ignored files
2
+ /shelf/
3
+ /workspace.xml
4
+ # Editor-based HTTP Client requests
5
+ /httpRequests/
6
+ # Datasource local storage ignored files
7
+ /dataSources/
8
+ /dataSources.local.xml
.idea/VAL_ImgTranslation.iml ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="PYTHON_MODULE" version="4">
3
+ <component name="NewModuleRootManager">
4
+ <content url="file://$MODULE_DIR$">
5
+ <excludeFolder url="file://$MODULE_DIR$/VAL_IMGTrans" />
6
+ <excludeFolder url="file://$MODULE_DIR$/VAL_ImgTranslation" />
7
+ <excludeFolder url="file://$MODULE_DIR$/VAL_IMgsTrans" />
8
+ </content>
9
+ <orderEntry type="jdk" jdkName="Python 3.10 (VAL_ImgTranslations)" jdkType="Python SDK" />
10
+ <orderEntry type="sourceFolder" forTests="false" />
11
+ </component>
12
+ <component name="PyDocumentationSettings">
13
+ <option name="format" value="PLAIN" />
14
+ <option name="myDocStringFormat" value="Plain" />
15
+ </component>
16
+ </module>
.idea/inspectionProfiles/Project_Default.xml ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <component name="InspectionProjectProfileManager">
2
+ <profile version="1.0">
3
+ <option name="myName" value="Project Default" />
4
+ <inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
5
+ <option name="ignoredPackages">
6
+ <value>
7
+ <list size="18">
8
+ <item index="0" class="java.lang.String" itemvalue="albumentations" />
9
+ <item index="1" class="java.lang.String" itemvalue="tensorboard" />
10
+ <item index="2" class="java.lang.String" itemvalue="ipython" />
11
+ <item index="3" class="java.lang.String" itemvalue="gitpython" />
12
+ <item index="4" class="java.lang.String" itemvalue="pycocotools" />
13
+ <item index="5" class="java.lang.String" itemvalue="onnxruntime-gpu" />
14
+ <item index="6" class="java.lang.String" itemvalue="scipy" />
15
+ <item index="7" class="java.lang.String" itemvalue="gradio" />
16
+ <item index="8" class="java.lang.String" itemvalue="opencv-python" />
17
+ <item index="9" class="java.lang.String" itemvalue="huggingface-hub" />
18
+ <item index="10" class="java.lang.String" itemvalue="PyYAML" />
19
+ <item index="11" class="java.lang.String" itemvalue="torch" />
20
+ <item index="12" class="java.lang.String" itemvalue="torchvision" />
21
+ <item index="13" class="java.lang.String" itemvalue="psutil" />
22
+ <item index="14" class="java.lang.String" itemvalue="onnxruntime" />
23
+ <item index="15" class="java.lang.String" itemvalue="onnxslim" />
24
+ <item index="16" class="java.lang.String" itemvalue="safetensors" />
25
+ <item index="17" class="java.lang.String" itemvalue="onnx" />
26
+ </list>
27
+ </value>
28
+ </option>
29
+ </inspection_tool>
30
+ </profile>
31
+ </component>
.idea/inspectionProfiles/profiles_settings.xml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ <component name="InspectionProjectProfileManager">
2
+ <settings>
3
+ <option name="USE_PROJECT_PROFILE" value="false" />
4
+ <version value="1.0" />
5
+ </settings>
6
+ </component>
.idea/misc.xml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="Black">
4
+ <option name="sdkName" value="Python 3.10 (VAL_ImgTranslation)" />
5
+ </component>
6
+ <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10 (VAL_ImgTranslations)" project-jdk-type="Python SDK" />
7
+ </project>
.idea/modules.xml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/VAL_ImgTranslation.iml" filepath="$PROJECT_DIR$/.idea/VAL_ImgTranslation.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
.idea/workspace.xml ADDED
@@ -0,0 +1,151 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="AutoImportSettings">
4
+ <option name="autoReloadType" value="SELECTIVE" />
5
+ </component>
6
+ <component name="ChangeListManager">
7
+ <list default="true" id="f9d8c2e9-cbef-4573-b63d-403ffd0fd346" name="Changes" comment="" />
8
+ <option name="SHOW_DIALOG" value="false" />
9
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
10
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
11
+ <option name="LAST_RESOLUTION" value="IGNORE" />
12
+ </component>
13
+ <component name="FileTemplateManagerImpl">
14
+ <option name="RECENT_TEMPLATES">
15
+ <list>
16
+ <option value="Python Script" />
17
+ </list>
18
+ </option>
19
+ </component>
20
+ <component name="ProjectColorInfo">{
21
+ &quot;associatedIndex&quot;: 6
22
+ }</component>
23
+ <component name="ProjectId" id="2nBfIW4E8Hv5i59HVc7et0KaWL9" />
24
+ <component name="ProjectViewState">
25
+ <option name="hideEmptyMiddlePackages" value="true" />
26
+ <option name="showLibraryContents" value="true" />
27
+ </component>
28
+ <component name="PropertiesComponent">{
29
+ &quot;keyToString&quot;: {
30
+ &quot;Python.summer2winteryosemite_dataset.executor&quot;: &quot;Run&quot;,
31
+ &quot;Python.wandb_disable.executor&quot;: &quot;Run&quot;,
32
+ &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
33
+ &quot;last_opened_file_path&quot;: &quot;/home/share/mmrotate&quot;,
34
+ &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
35
+ &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
36
+ &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
37
+ &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
38
+ &quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
39
+ &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
40
+ }
41
+ }</component>
42
+ <component name="RecentsManager">
43
+ <key name="CopyFile.RECENT_KEYS">
44
+ <recent name="$PROJECT_DIR$" />
45
+ </key>
46
+ <key name="MoveFile.RECENT_KEYS">
47
+ <recent name="$PROJECT_DIR$/util" />
48
+ </key>
49
+ </component>
50
+ <component name="RunManager" selected="Python.summer2winteryosemite_dataset">
51
+ <configuration name="summer2winteryosemite_dataset" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
52
+ <module name="VAL_ImgTranslation" />
53
+ <option name="ENV_FILES" value="" />
54
+ <option name="INTERPRETER_OPTIONS" value="" />
55
+ <option name="PARENT_ENVS" value="true" />
56
+ <envs>
57
+ <env name="PYTHONUNBUFFERED" value="1" />
58
+ </envs>
59
+ <option name="SDK_HOME" value="" />
60
+ <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/data" />
61
+ <option name="IS_MODULE_SDK" value="true" />
62
+ <option name="ADD_CONTENT_ROOTS" value="true" />
63
+ <option name="ADD_SOURCE_ROOTS" value="true" />
64
+ <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
65
+ <option name="SCRIPT_NAME" value="$PROJECT_DIR$/data/summer2winteryosemite_dataset.py" />
66
+ <option name="PARAMETERS" value="" />
67
+ <option name="SHOW_COMMAND_LINE" value="false" />
68
+ <option name="EMULATE_TERMINAL" value="false" />
69
+ <option name="MODULE_MODE" value="false" />
70
+ <option name="REDIRECT_INPUT" value="false" />
71
+ <option name="INPUT_FILE" value="" />
72
+ <method v="2" />
73
+ </configuration>
74
+ <configuration name="wandb_disable" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
75
+ <module name="VAL_ImgTranslation" />
76
+ <option name="ENV_FILES" value="" />
77
+ <option name="INTERPRETER_OPTIONS" value="" />
78
+ <option name="PARENT_ENVS" value="true" />
79
+ <envs>
80
+ <env name="PYTHONUNBUFFERED" value="1" />
81
+ </envs>
82
+ <option name="SDK_HOME" value="" />
83
+ <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
84
+ <option name="IS_MODULE_SDK" value="true" />
85
+ <option name="ADD_CONTENT_ROOTS" value="true" />
86
+ <option name="ADD_SOURCE_ROOTS" value="true" />
87
+ <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
88
+ <option name="SCRIPT_NAME" value="$PROJECT_DIR$/wandb_disable.py" />
89
+ <option name="PARAMETERS" value="" />
90
+ <option name="SHOW_COMMAND_LINE" value="false" />
91
+ <option name="EMULATE_TERMINAL" value="false" />
92
+ <option name="MODULE_MODE" value="false" />
93
+ <option name="REDIRECT_INPUT" value="false" />
94
+ <option name="INPUT_FILE" value="" />
95
+ <method v="2" />
96
+ </configuration>
97
+ <recent_temporary>
98
+ <list>
99
+ <item itemvalue="Python.summer2winteryosemite_dataset" />
100
+ <item itemvalue="Python.wandb_disable" />
101
+ </list>
102
+ </recent_temporary>
103
+ </component>
104
+ <component name="SharedIndexes">
105
+ <attachedChunks>
106
+ <set>
107
+ <option value="bundled-js-predefined-d6986cc7102b-5c90d61e3bab-JavaScript-PY-242.23726.102" />
108
+ <option value="bundled-python-sdk-5e1850174b45-399fe30bd8c1-com.jetbrains.pycharm.pro.sharedIndexes.bundled-PY-242.23726.102" />
109
+ </set>
110
+ </attachedChunks>
111
+ </component>
112
+ <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
113
+ <component name="TaskManager">
114
+ <task active="true" id="Default" summary="Default task">
115
+ <changelist id="f9d8c2e9-cbef-4573-b63d-403ffd0fd346" name="Changes" comment="" />
116
+ <created>1728451310035</created>
117
+ <option name="number" value="Default" />
118
+ <option name="presentableId" value="Default" />
119
+ <updated>1728451310035</updated>
120
+ <workItem from="1728451311388" duration="8046000" />
121
+ <workItem from="1728573518540" duration="3163000" />
122
+ <workItem from="1728576694756" duration="8501000" />
123
+ <workItem from="1728612197029" duration="43000" />
124
+ <workItem from="1728612272069" duration="1446000" />
125
+ <workItem from="1728977041947" duration="33208000" />
126
+ <workItem from="1729349926371" duration="23517000" />
127
+ <workItem from="1729644848516" duration="129000" />
128
+ <workItem from="1729647656170" duration="932000" />
129
+ <workItem from="1729648617959" duration="2670000" />
130
+ <workItem from="1729652967345" duration="2066000" />
131
+ <workItem from="1729694482535" duration="32000" />
132
+ <workItem from="1730297713430" duration="56000" />
133
+ <workItem from="1730297870471" duration="27000" />
134
+ <workItem from="1730297898646" duration="32000" />
135
+ <workItem from="1730297961599" duration="16425000" />
136
+ <workItem from="1730560387148" duration="14960000" />
137
+ <workItem from="1731429346636" duration="48383000" />
138
+ <workItem from="1731910256974" duration="17000" />
139
+ <workItem from="1732434046548" duration="3646000" />
140
+ </task>
141
+ <servers />
142
+ </component>
143
+ <component name="TypeScriptGeneratedFilesManager">
144
+ <option name="version" value="3" />
145
+ </component>
146
+ <component name="com.intellij.coverage.CoverageDataManagerImpl">
147
+ <SUITE FILE_PATH="coverage/VAL_ImgTranslation$wandb_disable.coverage" NAME="wandb_disable Coverage Results" MODIFIED="1729651127108" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
148
+ <SUITE FILE_PATH="coverage/VAL_ImgTranslations$wandb_disable.coverage" NAME="wandb_disable Coverage Results" MODIFIED="1730299658013" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
149
+ <SUITE FILE_PATH="coverage/VAL_ImgTranslations$summer2winteryosemite_dataset.coverage" NAME="summer2winteryosemite_dataset Coverage Results" MODIFIED="1731640667407" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/data" />
150
+ </component>
151
+ </project>
Content.jpg ADDED

Git LFS Details

  • SHA256: 4bd23543fa8de663b3540459bace4216932d2764de488cb67e39397aef838342
  • Pointer size: 130 Bytes
  • Size of remote file: 52 kB
Real.jpg ADDED

Git LFS Details

  • SHA256: 5afe2d664383ccbb0286695d20b9007e6ac89a1bc117aaef932d0185da83332e
  • Pointer size: 130 Bytes
  • Size of remote file: 52 kB
__pycache__/train.cpython-310.pyc ADDED
Binary file (2.88 kB). View file
 
checkpoints/ast_summer2winteryosemite/2_net_D.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5029dd857b986c4f77eaf576e760e403e3f0a546bc15d9eaecde6be939f715d3
3
+ size 5335962
checkpoints/ast_summer2winteryosemite/2_net_D2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf6a3c8caeeaf6b8f0669395eb4dc954f172d18d507b028f5464c3fddd392922
3
+ size 5336498
checkpoints/ast_summer2winteryosemite/2_net_G.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68b3ae10a0cdfc6390822fff6e91f65ba34bed96eab42bca3748cd408d12ba01
3
+ size 471563756
checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_100_net_G.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39a6e9708e6c9d105505a0c6b1433d8fa6ccf196334289796380c790b408ae9a
3
+ size 471568242
checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_10_net_G.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5b8d14c3ea6f5e740d94d0a028b6f983151d3e3c2ef2ef8858844f6c79108f3
3
+ size 471567851
checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_112_net_G.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36cece0f1fc2080e8736dfdea4ed82900a9fa92d024f99601662e140723d736b
3
+ size 471568242
checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_150_net_G.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:917956c1240cf34ed98c63fbf323f7f58641b3501f92959770f108c82462ee13
3
+ size 471568242
checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_15_net_G.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc8379bbc5e09dac5e1f28cd2cb59c8b3a50f685957d1f6956263596c10263e4
3
+ size 471567851
checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_165_net_G.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a8ab9c0c862f39204f2fdca171c32f302c5f3893b56d187ebf73184c6f03de1
3
+ size 471568242
checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_175_net_G.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03bee22d3423b91605d0f75e2a5557f49cd6fa1c671fbeefe0364a0d333abbe2
3
+ size 471568242
checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_180_net_G.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:246f2b875a3e11807bcfbbccb52b63273b3b00a6a860de3687050a4d70186b33
3
+ size 471568242
checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_262_net_G.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:251cb38232f0bf1e67fe8d7522c3295482ae6ee2b31b445437ba27f1b6ab8f38
3
+ size 471568242
checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_300_net_G.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9c1e8e1a7a86aef38c67c9ac88c333186151808426ef20c7ff069043d7d406e
3
+ size 471568242
checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_30_net_G.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f40050afd4c75e33ed184ac63e7d57d7b94531d4798ee42d398f25f16b49a88
3
+ size 471567851
checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_350_net_G.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc5ea8f1fb0f870298b7ff35e1c72c5793568586bf46265a247f6d13fbf64e19
3
+ size 471568242
checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_35_net_G.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d141d7321b6915fbb0381b1eadcd362a8ea8f6d5eda03c8f29ab3e5a6c96ee8
3
+ size 471567851
checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_385_net_G.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:079e4b3d3c56181ce2e3059446e5efd4a95b989504d935b3ab7e7187b2717431
3
+ size 471568242
checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_420_net_G.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4fdeb5acce541819628c54aa631f0b67c65b8e9cb62611b94d338b5e9bee6ab
3
+ size 471568242
checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_6_net_G.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f26235a10ca68ca7ec17114fc9384330b4673128e63dde189861a8965b2627a
3
+ size 471567460
checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_700_net_G.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c362ad7d72de782aa9e1433f8de7459a5c9d70880a305f6fc47ae0f286f3322
3
+ size 471568242
checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_70_net_G.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb39f7716e6cac8e82952ee214a89841f0b3e38938a7bd7b976525006d51b41d
3
+ size 471567851
checkpoints/ast_summer2winteryosemite/generators_by_iters/0_iters_75_net_G.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f10b211052027471ab8c70963a0a7dea02348ce768393e53c753f202c4c65e2
3
+ size 471567851
checkpoints/ast_summer2winteryosemite/iter.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ 1
2
+ 8450
checkpoints/ast_summer2winteryosemite/latest_net_D.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3871e0ec7d07543262d05454cb80b7199f4dc4234ca38e7311b3bcbe6291b981
3
+ size 5336594
checkpoints/ast_summer2winteryosemite/latest_net_D2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27f45a1b0466fd15d97d23de20238c9f162c2a812fb70fe8efc246846869024a
3
+ size 5336618
checkpoints/ast_summer2winteryosemite/latest_net_G.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72b5e6d25140ab634a89fdf43b02ea6a404617a0c75720bd194290dbbcd1e15b
3
+ size 471566223
checkpoints/ast_summer2winteryosemite/loss_log.txt ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ================ Training Loss (Tue Nov 12 18:13:45 2024) ================
2
+ (epoch: 1, iters: 102, time: 104.360) GAN: -0.592 GAN_Feat: 0.843 VGG: 0.387 D_Fake: 0.000 D_real: 0.002
3
+ (epoch: 1, iters: 201, time: 55.583) GAN: -0.008 GAN_Feat: 0.742 VGG: 0.514 D_Fake: 0.000 D_real: 0.000
4
+ (epoch: 1, iters: 300, time: 24.383) GAN: -0.051 GAN_Feat: 0.831 VGG: 0.400 D_Fake: 0.000 D_real: 0.000
5
+ (epoch: 1, iters: 402, time: 12.506) GAN: 0.870 GAN_Feat: 1.348 VGG: 0.342 D_Fake: 0.000 D_real: 0.000
6
+ (epoch: 1, iters: 501, time: 12.043) GAN: -0.372 GAN_Feat: 0.698 VGG: 0.460 D_Fake: 0.000 D_real: 0.000
7
+ (epoch: 1, iters: 600, time: 14.139) GAN: -1.419 GAN_Feat: 0.576 VGG: 0.437 D_Fake: 0.000 D_real: 0.000
8
+ (epoch: 1, iters: 702, time: 13.188) GAN: -0.308 GAN_Feat: 0.873 VGG: 0.466 D_Fake: 0.000 D_real: 0.000
9
+ ================ Training Loss (Wed Nov 13 05:27:02 2024) ================
10
+ (epoch: 1, iters: 36, time: 132.747) GAN: -2.133 GAN_Feat: 0.821 VGG: 0.349 D_Fake: 0.767 D_real: 0.280
11
+ (epoch: 1, iters: 135, time: 83.010) GAN: -0.706 GAN_Feat: 0.745 VGG: 0.460 D_Fake: 0.000 D_real: 0.000
12
+ (epoch: 1, iters: 237, time: 56.119) GAN: -0.356 GAN_Feat: 0.661 VGG: 0.474 D_Fake: 0.000 D_real: 0.000
13
+ ================ Training Loss (Wed Nov 13 12:59:18 2024) ================
14
+ (epoch: 1, iters: 24, time: 59.741) GAN: -2.607 GAN_Feat: 1.078 VGG: 0.392 D_Fake: 0.094 D_real: 0.123
15
+ (epoch: 1, iters: 124, time: 23.528) GAN: -0.161 GAN_Feat: 0.975 VGG: 0.353 D_Fake: 0.000 D_real: 0.000
16
+ (epoch: 1, iters: 224, time: 11.029) GAN: 0.082 GAN_Feat: 1.054 VGG: 0.440 D_Fake: 0.000 D_real: 0.000
17
+ (epoch: 1, iters: 324, time: 6.944) GAN: -2.299 GAN_Feat: 0.712 VGG: 0.523 D_Fake: 0.000 D_real: 0.002
18
+ (epoch: 1, iters: 424, time: 7.939) GAN: 1.167 GAN_Feat: 1.390 VGG: 0.415 D_Fake: 0.000 D_real: 0.000
19
+ (epoch: 1, iters: 524, time: 7.731) GAN: 0.411 GAN_Feat: 0.796 VGG: 0.388 D_Fake: 0.000 D_real: 0.000
20
+ (epoch: 1, iters: 624, time: 7.942) GAN: 1.332 GAN_Feat: 1.184 VGG: 0.358 D_Fake: 0.000 D_real: 0.000
21
+ (epoch: 1, iters: 724, time: 8.307) GAN: -1.703 GAN_Feat: 0.561 VGG: 0.551 D_Fake: 0.000 D_real: 0.000
22
+ (epoch: 1, iters: 824, time: 9.101) GAN: 0.434 GAN_Feat: 1.299 VGG: 0.276 D_Fake: 0.000 D_real: 0.000
23
+ (epoch: 1, iters: 924, time: 9.701) GAN: 0.715 GAN_Feat: 0.959 VGG: 0.551 D_Fake: 0.000 D_real: 0.000
24
+ (epoch: 1, iters: 1024, time: 9.451) GAN: 0.304 GAN_Feat: 1.095 VGG: 0.440 D_Fake: 0.000 D_real: 0.000
25
+ (epoch: 1, iters: 1124, time: 9.867) GAN: -0.163 GAN_Feat: 1.110 VGG: 0.422 D_Fake: 0.000 D_real: 0.000
26
+ (epoch: 1, iters: 1224, time: 10.051) GAN: -0.312 GAN_Feat: 0.957 VGG: 0.585 D_Fake: 0.000 D_real: 0.000
27
+ (epoch: 1, iters: 1324, time: 10.539) GAN: 2.037 GAN_Feat: 1.243 VGG: 0.352 D_Fake: 0.000 D_real: 0.000
28
+ (epoch: 1, iters: 1424, time: 11.161) GAN: -1.317 GAN_Feat: 1.094 VGG: 0.383 D_Fake: 0.000 D_real: 0.000
29
+ (epoch: 1, iters: 1524, time: 11.662) GAN: 0.836 GAN_Feat: 1.237 VGG: 0.491 D_Fake: 0.000 D_real: 0.000
30
+ (epoch: 1, iters: 1624, time: 11.964) GAN: 1.126 GAN_Feat: 1.074 VGG: 0.465 D_Fake: 0.000 D_real: 0.000
31
+ (epoch: 1, iters: 1724, time: 12.382) GAN: -0.513 GAN_Feat: 0.874 VGG: 0.583 D_Fake: 0.000 D_real: 0.000
32
+ (epoch: 1, iters: 1824, time: 12.901) GAN: 0.468 GAN_Feat: 1.081 VGG: 0.479 D_Fake: 0.000 D_real: 0.000
33
+ (epoch: 1, iters: 1924, time: 13.485) GAN: -1.474 GAN_Feat: 1.164 VGG: 0.289 D_Fake: 0.000 D_real: 0.000
34
+ (epoch: 2, iters: 24, time: 132.615) GAN: -2.668 GAN_Feat: 1.319 VGG: 0.339 D_Fake: 0.359 D_real: 0.447
35
+ (epoch: 2, iters: 124, time: 59.487) GAN: -0.423 GAN_Feat: 0.988 VGG: 0.444 D_Fake: 0.000 D_real: 0.000
36
+ (epoch: 2, iters: 224, time: 27.672) GAN: 1.478 GAN_Feat: 1.258 VGG: 0.161 D_Fake: 0.000 D_real: 0.000
37
+ (epoch: 2, iters: 324, time: 15.929) GAN: 1.116 GAN_Feat: 1.036 VGG: 0.357 D_Fake: 0.000 D_real: 0.000
38
+ (epoch: 2, iters: 424, time: 14.193) GAN: -2.438 GAN_Feat: 1.289 VGG: 0.233 D_Fake: 0.000 D_real: 0.000
39
+ (epoch: 2, iters: 524, time: 15.683) GAN: -0.748 GAN_Feat: 1.268 VGG: 0.336 D_Fake: 0.000 D_real: 0.000
40
+ (epoch: 2, iters: 624, time: 15.232) GAN: -1.192 GAN_Feat: 1.071 VGG: 0.395 D_Fake: 0.000 D_real: 0.000
41
+ (epoch: 2, iters: 724, time: 17.928) GAN: -1.744 GAN_Feat: 0.752 VGG: 0.525 D_Fake: 0.000 D_real: 0.000
42
+ (epoch: 2, iters: 824, time: 18.835) GAN: 0.802 GAN_Feat: 1.365 VGG: 0.417 D_Fake: 0.000 D_real: 0.000
43
+ (epoch: 2, iters: 924, time: 19.062) GAN: 0.884 GAN_Feat: 1.052 VGG: 0.501 D_Fake: 0.000 D_real: 0.000
44
+ (epoch: 2, iters: 1024, time: 19.474) GAN: -2.183 GAN_Feat: 0.816 VGG: 0.460 D_Fake: 0.000 D_real: 0.000
45
+ (epoch: 2, iters: 1124, time: 16.089) GAN: -0.860 GAN_Feat: 0.910 VGG: 0.568 D_Fake: 0.000 D_real: 0.000
46
+ (epoch: 2, iters: 1224, time: 17.147) GAN: 0.579 GAN_Feat: 0.814 VGG: 0.529 D_Fake: 0.000 D_real: 0.000
47
+ (epoch: 2, iters: 1324, time: 16.461) GAN: 2.396 GAN_Feat: 1.152 VGG: 0.434 D_Fake: 0.000 D_real: 0.000
48
+ (epoch: 2, iters: 1424, time: 21.906) GAN: -1.268 GAN_Feat: 1.245 VGG: 0.275 D_Fake: 0.000 D_real: 0.000
49
+ (epoch: 2, iters: 1524, time: 21.885) GAN: 0.134 GAN_Feat: 1.285 VGG: 0.330 D_Fake: 0.000 D_real: 0.000
50
+ (epoch: 2, iters: 1624, time: 21.523) GAN: -1.539 GAN_Feat: 0.866 VGG: 0.372 D_Fake: 0.000 D_real: 0.000
51
+ (epoch: 2, iters: 1724, time: 21.727) GAN: 2.624 GAN_Feat: 1.292 VGG: 0.434 D_Fake: 0.000 D_real: 0.000
52
+ (epoch: 2, iters: 1824, time: 22.157) GAN: -0.119 GAN_Feat: 1.252 VGG: 0.294 D_Fake: 0.000 D_real: 0.000
53
+ (epoch: 2, iters: 1924, time: 24.042) GAN: 0.697 GAN_Feat: 1.056 VGG: 0.500 D_Fake: 0.000 D_real: 0.000
54
+ ================ Training Loss (Sun Nov 24 08:10:13 2024) ================
55
+ ================ Training Loss (Sun Nov 24 08:13:51 2024) ================
56
+ ================ Training Loss (Sun Nov 24 08:15:32 2024) ================
57
+ ================ Training Loss (Sun Nov 24 08:17:09 2024) ================
58
+ ================ Training Loss (Sun Nov 24 08:28:19 2024) ================
59
+ ================ Training Loss (Sun Nov 24 08:35:31 2024) ================
60
+ ================ Training Loss (Sun Nov 24 08:40:54 2024) ================
61
+ ================ Training Loss (Sun Nov 24 08:45:21 2024) ================
62
+ ================ Training Loss (Sun Nov 24 08:46:56 2024) ================
63
+ ================ Training Loss (Mon Nov 25 14:47:28 2024) ================
64
+ ================ Training Loss (Mon Nov 25 14:51:14 2024) ================
65
+ ================ Training Loss (Mon Nov 25 14:56:17 2024) ================
66
+ ================ Training Loss (Mon Nov 25 15:05:58 2024) ================
67
+ (epoch: 1, iters: 100, time: 83.223) GAN: -0.406 GAN_Feat: 1.235 VGG: 0.713 D_Fake: 0.000 D_real: 0.017
68
+ (epoch: 1, iters: 200, time: 24.212) GAN: 0.432 GAN_Feat: 1.273 VGG: 0.314 D_Fake: 0.029 D_real: 0.001
69
+ (epoch: 1, iters: 300, time: 13.464) GAN: -0.544 GAN_Feat: 0.661 VGG: 0.607 D_Fake: 0.068 D_real: 0.114
70
+ (epoch: 1, iters: 400, time: 13.752) GAN: 0.784 GAN_Feat: 1.186 VGG: 0.436 D_Fake: 0.006 D_real: 0.000
71
+ (epoch: 1, iters: 500, time: 14.254) GAN: 0.642 GAN_Feat: 1.126 VGG: 0.310 D_Fake: 0.000 D_real: 0.012
72
+ (epoch: 1, iters: 600, time: 14.738) GAN: 1.245 GAN_Feat: 1.171 VGG: 0.179 D_Fake: 0.120 D_real: 0.024
73
+ (epoch: 1, iters: 700, time: 15.410) GAN: 0.006 GAN_Feat: 1.241 VGG: 0.469 D_Fake: 0.065 D_real: 0.404
74
+ (epoch: 1, iters: 800, time: 16.953) GAN: -0.168 GAN_Feat: 0.880 VGG: 0.717 D_Fake: 0.001 D_real: 0.000
75
+ (epoch: 1, iters: 900, time: 18.410) GAN: 0.364 GAN_Feat: 1.253 VGG: 0.588 D_Fake: 0.012 D_real: 0.000
76
+ (epoch: 1, iters: 1000, time: 19.801) GAN: 0.569 GAN_Feat: 1.092 VGG: 0.584 D_Fake: 0.004 D_real: 0.000
77
+ (epoch: 1, iters: 1100, time: 18.661) GAN: 0.500 GAN_Feat: 1.011 VGG: 0.448 D_Fake: 0.835 D_real: 0.000
78
+ (epoch: 1, iters: 1200, time: 19.281) GAN: 0.188 GAN_Feat: 0.896 VGG: 0.332 D_Fake: 0.273 D_real: 0.000
79
+ (epoch: 1, iters: 1300, time: 19.937) GAN: -0.484 GAN_Feat: 0.844 VGG: 0.726 D_Fake: 0.206 D_real: 0.000
80
+ (epoch: 1, iters: 1400, time: 21.018) GAN: -0.621 GAN_Feat: 1.129 VGG: 0.762 D_Fake: 0.000 D_real: 0.026
81
+ (epoch: 1, iters: 1500, time: 21.784) GAN: 0.046 GAN_Feat: 1.210 VGG: 0.389 D_Fake: 0.000 D_real: 0.010
82
+ (epoch: 1, iters: 1600, time: 22.941) GAN: -0.140 GAN_Feat: 0.964 VGG: 0.707 D_Fake: 0.097 D_real: 0.000
83
+ (epoch: 1, iters: 1700, time: 23.887) GAN: -0.847 GAN_Feat: 1.016 VGG: 0.870 D_Fake: 2.200 D_real: 0.017
84
+ (epoch: 1, iters: 1800, time: 24.975) GAN: 0.548 GAN_Feat: 0.950 VGG: 0.852 D_Fake: 0.192 D_real: 0.007
85
+ (epoch: 1, iters: 1900, time: 26.070) GAN: 0.626 GAN_Feat: 1.158 VGG: 0.081 D_Fake: 0.000 D_real: 0.001
86
+ (epoch: 1, iters: 2000, time: 27.734) GAN: 1.131 GAN_Feat: 1.216 VGG: 0.262 D_Fake: 0.000 D_real: 0.000
87
+ (epoch: 1, iters: 2100, time: 28.834) GAN: 0.610 GAN_Feat: 1.066 VGG: 0.310 D_Fake: 0.034 D_real: 0.026
88
+ (epoch: 1, iters: 2200, time: 29.702) GAN: -0.877 GAN_Feat: 0.976 VGG: 0.725 D_Fake: 0.000 D_real: 0.001
89
+ (epoch: 1, iters: 2300, time: 30.823) GAN: -0.545 GAN_Feat: 0.721 VGG: 0.857 D_Fake: 2.177 D_real: 0.000
90
+ (epoch: 1, iters: 2400, time: 31.934) GAN: -0.534 GAN_Feat: 0.858 VGG: 0.707 D_Fake: 0.012 D_real: 0.164
91
+ (epoch: 1, iters: 2500, time: 32.999) GAN: 0.368 GAN_Feat: 0.982 VGG: 0.603 D_Fake: 0.002 D_real: 0.001
92
+ (epoch: 1, iters: 2600, time: 33.972) GAN: 0.968 GAN_Feat: 1.019 VGG: 0.369 D_Fake: 0.043 D_real: 0.003
93
+ (epoch: 1, iters: 2700, time: 35.315) GAN: 0.174 GAN_Feat: 1.009 VGG: 0.242 D_Fake: 0.000 D_real: 0.011
94
+ (epoch: 1, iters: 2800, time: 36.950) GAN: 1.443 GAN_Feat: 1.228 VGG: 0.430 D_Fake: 0.021 D_real: 0.000
95
+ (epoch: 1, iters: 2900, time: 37.990) GAN: 1.262 GAN_Feat: 1.105 VGG: 0.458 D_Fake: 0.000 D_real: 0.000
96
+ (epoch: 1, iters: 3000, time: 39.058) GAN: 1.029 GAN_Feat: 1.049 VGG: 0.750 D_Fake: 0.030 D_real: 0.013
97
+ (epoch: 1, iters: 3100, time: 34.384) GAN: 0.719 GAN_Feat: 0.908 VGG: 0.481 D_Fake: 0.909 D_real: 0.002
98
+ (epoch: 1, iters: 3200, time: 38.973) GAN: 1.790 GAN_Feat: 0.929 VGG: 0.545 D_Fake: 0.000 D_real: 0.294
99
+ (epoch: 1, iters: 3300, time: 39.311) GAN: 0.215 GAN_Feat: 1.155 VGG: 0.394 D_Fake: 0.000 D_real: 0.001
100
+ (epoch: 1, iters: 3400, time: 39.274) GAN: 0.695 GAN_Feat: 0.936 VGG: 0.592 D_Fake: 0.000 D_real: 0.002
101
+ (epoch: 1, iters: 3500, time: 39.566) GAN: -0.140 GAN_Feat: 0.818 VGG: 0.456 D_Fake: 1.383 D_real: 0.001
102
+ (epoch: 1, iters: 3600, time: 41.063) GAN: 0.862 GAN_Feat: 0.921 VGG: 0.355 D_Fake: 0.308 D_real: 0.000
103
+ (epoch: 1, iters: 3700, time: 40.733) GAN: 1.034 GAN_Feat: 0.962 VGG: 0.834 D_Fake: 0.055 D_real: 0.005
104
+ (epoch: 1, iters: 3800, time: 40.840) GAN: 1.099 GAN_Feat: 0.816 VGG: 0.641 D_Fake: 0.012 D_real: 0.000
105
+ (epoch: 1, iters: 3900, time: 42.253) GAN: -1.732 GAN_Feat: 0.882 VGG: 0.700 D_Fake: 0.509 D_real: 0.019
106
+ (epoch: 1, iters: 4000, time: 43.014) GAN: 0.127 GAN_Feat: 0.925 VGG: 0.489 D_Fake: 0.015 D_real: 0.091
107
+ (epoch: 1, iters: 4100, time: 43.386) GAN: 1.189 GAN_Feat: 0.904 VGG: 0.669 D_Fake: 0.001 D_real: 0.006
108
+ (epoch: 1, iters: 4200, time: 43.634) GAN: 1.548 GAN_Feat: 0.899 VGG: 0.313 D_Fake: 0.000 D_real: 0.112
109
+ (epoch: 1, iters: 4300, time: 43.748) GAN: 0.257 GAN_Feat: 0.731 VGG: 0.759 D_Fake: 0.907 D_real: 0.003
110
+ (epoch: 1, iters: 4400, time: 46.206) GAN: 0.394 GAN_Feat: 0.958 VGG: 0.612 D_Fake: 0.032 D_real: 0.009
111
+ (epoch: 1, iters: 4500, time: 46.080) GAN: 0.780 GAN_Feat: 0.868 VGG: 0.405 D_Fake: 0.388 D_real: 0.171
112
+ (epoch: 1, iters: 4600, time: 47.704) GAN: 1.396 GAN_Feat: 0.850 VGG: 0.532 D_Fake: 0.002 D_real: 0.000
113
+ (epoch: 1, iters: 4700, time: 53.360) GAN: -0.369 GAN_Feat: 0.855 VGG: 0.711 D_Fake: 0.042 D_real: 0.195
114
+ (epoch: 1, iters: 4800, time: 59.216) GAN: 2.027 GAN_Feat: 0.908 VGG: 0.470 D_Fake: 0.298 D_real: 0.002
115
+ (epoch: 1, iters: 4900, time: 59.609) GAN: -0.102 GAN_Feat: 1.012 VGG: 0.086 D_Fake: 0.000 D_real: 0.001
116
+ (epoch: 1, iters: 5000, time: 61.366) GAN: 0.929 GAN_Feat: 0.816 VGG: 0.554 D_Fake: 0.035 D_real: 0.000
117
+ (epoch: 1, iters: 5100, time: 62.976) GAN: 0.802 GAN_Feat: 1.000 VGG: 0.302 D_Fake: 0.000 D_real: 0.009
118
+ (epoch: 1, iters: 5200, time: 63.006) GAN: 0.962 GAN_Feat: 0.869 VGG: 0.829 D_Fake: 0.036 D_real: 0.000
119
+ (epoch: 1, iters: 5300, time: 64.442) GAN: 0.987 GAN_Feat: 0.954 VGG: 0.470 D_Fake: 0.000 D_real: 0.000
120
+ (epoch: 1, iters: 5400, time: 65.159) GAN: 0.848 GAN_Feat: 0.795 VGG: 0.522 D_Fake: 0.000 D_real: 0.023
121
+ (epoch: 1, iters: 5500, time: 65.969) GAN: 1.406 GAN_Feat: 0.989 VGG: 0.833 D_Fake: 1.414 D_real: 0.000
122
+ (epoch: 1, iters: 5600, time: 62.957) GAN: 2.370 GAN_Feat: 1.044 VGG: 0.785 D_Fake: 0.000 D_real: 0.000
123
+ (epoch: 1, iters: 5700, time: 65.466) GAN: -0.610 GAN_Feat: 0.866 VGG: 0.456 D_Fake: 0.413 D_real: 0.000
124
+ (epoch: 1, iters: 5800, time: 63.111) GAN: 2.470 GAN_Feat: 1.033 VGG: 0.656 D_Fake: 0.002 D_real: 0.048
125
+ (epoch: 1, iters: 5900, time: 57.251) GAN: 0.547 GAN_Feat: 0.716 VGG: 0.772 D_Fake: 0.111 D_real: 0.000
126
+ (epoch: 1, iters: 6000, time: 57.912) GAN: -1.190 GAN_Feat: 0.820 VGG: 0.797 D_Fake: 0.000 D_real: 0.592
127
+ (epoch: 1, iters: 6100, time: 58.271) GAN: 0.194 GAN_Feat: 1.155 VGG: 0.376 D_Fake: 0.000 D_real: 0.002
128
+ (epoch: 1, iters: 6200, time: 58.099) GAN: 2.051 GAN_Feat: 0.901 VGG: 0.508 D_Fake: 0.000 D_real: 0.005
129
+ (epoch: 1, iters: 6300, time: 59.516) GAN: 1.931 GAN_Feat: 0.928 VGG: 0.611 D_Fake: 0.001 D_real: 0.012
130
+ (epoch: 1, iters: 6400, time: 59.794) GAN: 0.907 GAN_Feat: 0.894 VGG: 0.787 D_Fake: 0.003 D_real: 0.004
131
+ (epoch: 1, iters: 6500, time: 61.569) GAN: 0.225 GAN_Feat: 0.709 VGG: 0.610 D_Fake: 0.000 D_real: 0.139
132
+ (epoch: 1, iters: 6600, time: 62.035) GAN: 2.281 GAN_Feat: 0.944 VGG: 0.744 D_Fake: 1.329 D_real: 0.001
133
+ (epoch: 1, iters: 6700, time: 62.331) GAN: 0.378 GAN_Feat: 0.727 VGG: 0.537 D_Fake: 1.732 D_real: 0.002
134
+ (epoch: 1, iters: 6800, time: 63.397) GAN: 0.685 GAN_Feat: 0.961 VGG: 0.576 D_Fake: 0.000 D_real: 0.128
135
+ (epoch: 1, iters: 6900, time: 63.809) GAN: -0.004 GAN_Feat: 0.913 VGG: 0.605 D_Fake: 0.094 D_real: 0.654
136
+ (epoch: 1, iters: 7000, time: 64.830) GAN: 1.914 GAN_Feat: 0.972 VGG: 0.732 D_Fake: 0.000 D_real: 0.000
137
+ (epoch: 1, iters: 7100, time: 65.630) GAN: 0.066 GAN_Feat: 0.790 VGG: 0.598 D_Fake: 0.000 D_real: 0.057
138
+ (epoch: 1, iters: 7200, time: 66.481) GAN: -0.073 GAN_Feat: 1.005 VGG: 0.218 D_Fake: 0.000 D_real: 0.001
139
+ (epoch: 1, iters: 7300, time: 67.309) GAN: -0.166 GAN_Feat: 0.826 VGG: 0.381 D_Fake: 0.000 D_real: 0.365
140
+ (epoch: 1, iters: 7400, time: 68.055) GAN: 0.583 GAN_Feat: 0.923 VGG: 0.604 D_Fake: 0.000 D_real: 0.180
141
+ (epoch: 1, iters: 7500, time: 69.229) GAN: 1.267 GAN_Feat: 1.017 VGG: 0.602 D_Fake: 0.249 D_real: 0.002
142
+ (epoch: 1, iters: 7600, time: 69.595) GAN: 0.238 GAN_Feat: 0.817 VGG: 0.781 D_Fake: 0.001 D_real: 0.495
143
+ (epoch: 1, iters: 7700, time: 70.678) GAN: -0.030 GAN_Feat: 0.572 VGG: 0.685 D_Fake: 0.814 D_real: 0.000
144
+ (epoch: 1, iters: 7800, time: 71.189) GAN: 0.847 GAN_Feat: 0.912 VGG: 0.658 D_Fake: 0.001 D_real: 0.004
145
+ (epoch: 1, iters: 7900, time: 72.171) GAN: -0.541 GAN_Feat: 1.038 VGG: 0.050 D_Fake: 0.000 D_real: 0.115
146
+ (epoch: 1, iters: 8000, time: 73.012) GAN: 0.861 GAN_Feat: 1.001 VGG: 0.427 D_Fake: 0.000 D_real: 0.000
147
+ (epoch: 1, iters: 8100, time: 74.091) GAN: -0.611 GAN_Feat: 0.956 VGG: 0.256 D_Fake: 0.000 D_real: 0.000
148
+ (epoch: 1, iters: 8200, time: 74.954) GAN: 0.647 GAN_Feat: 0.871 VGG: 0.505 D_Fake: 0.000 D_real: 0.193
149
+ (epoch: 1, iters: 8300, time: 75.692) GAN: 0.349 GAN_Feat: 0.862 VGG: 0.895 D_Fake: 0.000 D_real: 0.018
150
+ (epoch: 1, iters: 8400, time: 76.395) GAN: 0.423 GAN_Feat: 0.793 VGG: 0.530 D_Fake: 0.059 D_real: 0.663
checkpoints/ast_summer2winteryosemite/opt.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:512c34e5644577dd2c7e5d080bb61968253d19e725897bb47832e50248042f8c
3
+ size 1765
checkpoints/ast_summer2winteryosemite/opt.txt ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ D_steps_per_G: 1
2
+ alpha: 1.0
3
+ aspect_ratio: 1.0
4
+ batchSize: 2 [default: 1]
5
+ batch_size: 1
6
+ beta1: 0.5
7
+ beta2: 0.999
8
+ cache_filelist_read: False
9
+ cache_filelist_write: False
10
+ checkpoints_dir: ./checkpoints
11
+ contain_dontcare_label: False
12
+ content_weight: 2.0
13
+ continue_train: False
14
+ croot: ./datasets/summer2winter_yosemite [default: ./datasets/summer2winter_yosemite/]
15
+ crop_size: 256
16
+ dataset_mode: summer2winteryosemite
17
+ debug: False
18
+ display_freq: 200 [default: 100]
19
+ display_winsize: 400
20
+ gan_mode: hinge
21
+ gpu_ids: 0
22
+ id1_weight: 50
23
+ id2_weight: 1
24
+ init_type: xavier
25
+ init_variance: 0.02
26
+ isTrain: True [default: None]
27
+ label_nc: 3
28
+ lambda_feat: 1.0 [default: 10.0]
29
+ lambda_kld: 0.05
30
+ lambda_vgg: 1.0 [default: 10.0]
31
+ latent_dim: 256
32
+ load_from_opt_file: False
33
+ load_size: 512
34
+ loss_count_interval: 200
35
+ lr: 0.0002
36
+ lrG: 0.0012
37
+ lrG_decay: 0.0001
38
+ lr_decay: 0.0001
39
+ lr_stytr2: 0.0005
40
+ max_dataset_size: 9108
41
+ max_iter: 700
42
+ max_iterations_per_epoch: 1000
43
+ mode: 1
44
+ model: pix2pix
45
+ nThreads: 4 [default: 0]
46
+ n_layers_D: 4
47
+ n_threads: 1
48
+ name: ast_summer2winteryosemite
49
+ ndf: 64
50
+ nef: 16
51
+ netD: multiscale
52
+ netD_subarch: n_layer
53
+ netG: tsit
54
+ ngf: 64
55
+ niter: 2 [default: 50]
56
+ niter_decay: 0
57
+ no_TTUR: False
58
+ no_flip: False
59
+ no_ganFeat_loss: False
60
+ no_html: False
61
+ no_instance: True [default: False]
62
+ no_pairing_check: True [default: False]
63
+ no_ss: False
64
+ no_vgg_loss: False
65
+ norm_D: spectralinstance
66
+ norm_E: spectralinstance
67
+ norm_G: spectralfadesyncbatch3x3
68
+ norm_S: spectralinstance
69
+ num_D: 2
70
+ num_upsampling_layers: more
71
+ optimizer: adam
72
+ output_nc: 3
73
+ phase: train
74
+ preprocess_mode: resize_and_crop
75
+ print_freq: 100
76
+ save_dir: /home/share/VAL_ImgTranslations/experiments
77
+ save_epoch_freq: 2 [default: 1]
78
+ save_latest_freq: 5
79
+ save_model_interval: 300
80
+ semantic_nc: 3 [default: None]
81
+ serial_batches: False
82
+ sroot: ./datasets/summer2winter_yosemite [default: ./datasets/summer2winter_yosemite/]
83
+ style_weight: 3.0
84
+ task: AST
85
+ tf_log: False
86
+ use_infinite_sampler: False
87
+ use_vae: False
88
+ which_epoch: latest
89
+ z_dim: 256
checkpoints/ast_summer2winteryosemite/web/images/epoch001_iter0000200.png ADDED

Git LFS Details

  • SHA256: cc6d27a5c29c7a73ab846e2227ffc5d1ab6708d8406514b4d654d798de83ce73
  • Pointer size: 131 Bytes
  • Size of remote file: 113 kB
checkpoints/ast_summer2winteryosemite/web/images/epoch001_iter0000201.png ADDED

Git LFS Details

  • SHA256: 706314d84192dd864190e9bbdefb30ea6c1c80c45e46b9c7fed4d0b647330f29
  • Pointer size: 131 Bytes
  • Size of remote file: 180 kB
checkpoints/ast_summer2winteryosemite/web/images/epoch001_iter0000400.png ADDED

Git LFS Details

  • SHA256: 8bb5525ec10914693e39216b0b696610b92856e06b71eeb050be97c35d39c36d
  • Pointer size: 131 Bytes
  • Size of remote file: 181 kB
checkpoints/ast_summer2winteryosemite/web/images/epoch001_iter0000402.png ADDED

Git LFS Details

  • SHA256: 5cd1a9b042292077f1b98849af8abe22edb7075edb799b05eb3eac14325bece1
  • Pointer size: 131 Bytes
  • Size of remote file: 127 kB
checkpoints/ast_summer2winteryosemite/web/images/epoch001_iter0000600.png ADDED

Git LFS Details

  • SHA256: 35ae904706eb38e7ca6197235d4c7df6d9b78c3d0cd2a9ce0ec1509687a0c153
  • Pointer size: 131 Bytes
  • Size of remote file: 146 kB
checkpoints/ast_summer2winteryosemite/web/images/epoch001_iter0000800.png ADDED

Git LFS Details

  • SHA256: 0ffe52fff6c5b9063be2d2a040ce661c9c2b42273a751c8bcbaac95a92726d6c
  • Pointer size: 131 Bytes
  • Size of remote file: 158 kB
checkpoints/ast_summer2winteryosemite/web/images/epoch001_iter0000801.png ADDED

Git LFS Details

  • SHA256: 7541c2d5d932a1c41ed4f6d3091ad5d42158a5ad31e331cfb7aba5826b834b6b
  • Pointer size: 131 Bytes
  • Size of remote file: 175 kB
checkpoints/ast_summer2winteryosemite/web/images/epoch001_iter0001000.png ADDED

Git LFS Details

  • SHA256: 15ce1f9b2df02b190514ab89d6410531c77063451047ed239cac8093a9c81669
  • Pointer size: 131 Bytes
  • Size of remote file: 146 kB
checkpoints/ast_summer2winteryosemite/web/images/epoch001_iter0001002.png ADDED

Git LFS Details

  • SHA256: a73bcae6014a7de8f9e1ba7da413e27eafdae859e80e9b386d065502bca1e12c
  • Pointer size: 131 Bytes
  • Size of remote file: 184 kB
checkpoints/ast_summer2winteryosemite/web/images/epoch001_iter0001200.png ADDED

Git LFS Details

  • SHA256: 86adb7bbb75a9e3c447baeea9a243c4b0fe819d87ae37faaa52b06f5d3d99c3f
  • Pointer size: 131 Bytes
  • Size of remote file: 119 kB